From 292e530d409b6a42b3ac0c9b90f1f359e6a1da29 Mon Sep 17 00:00:00 2001 From: Myned Date: Fri, 13 Sep 2024 13:45:08 -0500 Subject: [PATCH] hyprland: add 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 ca69a57..17a5cf5 100644 --- a/options/custom/desktops/hyprland/rules.nix +++ b/options/custom/desktops/hyprland/rules.nix @@ -177,7 +177,7 @@ in { (tag.dropdown ["move ${dropdown.x} ${dropdown.y}" "pin" "size ${dropdown.w} ${dropdown.h}"]) (tag.editor ["group invade" "tile"]) (tag.files ["size 1000 625"]) - (tag.game ["group barred" "idleinhibit always" "noborder" "noshadow" "renderunfocused" "workspace name:game"]) + (tag.game ["fullscreen" "group barred" "idleinhibit always" "noborder" "noshadow" "renderunfocused" "workspace name:game"]) (tag.music ["tile" "workspace special:music"]) (tag.office ["tile" "workspace special:office"]) (tag.pip ["keepaspectratio" "move ${pip.x} ${pip.y}" "pin" "size ${pip.w} ${pip.h}"])