summaryrefslogtreecommitdiff
path: root/nix/programs
diff options
context:
space:
mode:
Diffstat (limited to 'nix/programs')
-rw-r--r--nix/programs/sway.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/programs/sway.nix b/nix/programs/sway.nix
index 58db6d3..8b86d86 100644
--- a/nix/programs/sway.nix
+++ b/nix/programs/sway.nix
@@ -267,7 +267,7 @@ in {
{ command = "floating enable"; criteria.app_id = "mauri"; }
{ command = "inhibit_idle fullscreen"; criteria.title = "Parsec"; }
{ command = "inhibit_idle fullscreen"; criteria.class = "steam_app_.*"; }
- { command = "inhibit_idle fullscreen; allow_tearing yes"; criteria.app_id = "gamescope"; }
+ { command = "inhibit_idle fullscreen; allow_tearing yes; floating enable"; criteria.app_id = "gamescope"; }
{ command = "inhibit_idle fullscreen; allow_tearing yes"; criteria.class = ".gamescope-wrapped"; }
{ command = "inhibit_idle fullscreen; allow_tearing yes"; criteria.app_id = "osu!"; }
{ command = "inhibit_idle fullscreen; allow_tearing yes"; criteria.class = "cs2"; }