feat(hyprland): disable guiutils check

This commit is contained in:
Gabriel Fontes
2025-11-21 09:00:21 -03:00
parent d6bd5891b1
commit 0cb13d89bd
@@ -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"})";
};