From 0cb13d89bd4fb0591534f5f0d980ff6262bbfe55 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Fri, 21 Nov 2025 09:00:21 -0300 Subject: [PATCH] feat(hyprland): disable guiutils check --- home/gabriel/features/desktop/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) 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"})"; };