diff --git a/home/gabriel/features/desktop/hyprland/default.nix b/home/gabriel/features/desktop/hyprland/default.nix index 217aff19..fda7e492 100644 --- a/home/gabriel/features/desktop/hyprland/default.nix +++ b/home/gabriel/features/desktop/hyprland/default.nix @@ -117,6 +117,7 @@ in { new_window_takes_over_fullscreen = 2; disable_hyprland_logo = true; disable_splash_rendering = true; + disable_hyprland_guiutils_check = true; enable_swallow = true; swallow_regex = "(?i)(${lib.concatMapStringsSep "|" (lib.removeSuffix ".desktop") config.xdg.mimeApps.defaultApplications."x-scheme-handler/terminal"})"; };