From ca4fb5f7ff097246a5f02176c666950a7aabc2b2 Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 16 Nov 2024 18:39:58 -0600 Subject: [PATCH] hyprland: remove fullscreen rule for games Signed-off-by: Myned --- options/custom/desktops/hyprland/rules.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/desktops/hyprland/rules.nix b/options/custom/desktops/hyprland/rules.nix index 68642ec..b629e3b 100644 --- a/options/custom/desktops/hyprland/rules.nix +++ b/options/custom/desktops/hyprland/rules.nix @@ -266,7 +266,7 @@ in { (tag.dropdown ["move ${dropdown.x} ${dropdown.y}" "pin" "size ${dropdown.w} ${dropdown.h}"]) (tag.editor ["group override set" "tile"]) (tag.files ["center" "size 1000 625"]) - (tag.game ["fullscreen" "idleinhibit always" "noborder" "noshadow" "renderunfocused" "workspace name:game"]) + (tag.game ["idleinhibit always" "noborder" "noshadow" "renderunfocused" "workspace name:game"]) (tag.media ["center" "keepaspectratio" "size <90% <90%"]) (tag.music ["tile" "workspace special:music"]) (tag.office ["workspace special:office"])