diff options
| author | 2025-01-13 22:43:02 -0500 | |
|---|---|---|
| committer | 2025-01-13 22:43:02 -0500 | |
| commit | dce9ab07ae0b0496e432f213466fd6f442944fa7 (patch) | |
| tree | 74ea43a6771d244e04c1f8a33a61750cda0bdac1 /nix/programs | |
| parent | 2d35d8e272b4d5725c686be5d2b4436a55fe8141 (diff) | |
| download | dotfiles-dce9ab07ae0b0496e432f213466fd6f442944fa7.tar.gz dotfiles-dce9ab07ae0b0496e432f213466fd6f442944fa7.tar.bz2 dotfiles-dce9ab07ae0b0496e432f213466fd6f442944fa7.zip | |
Improve NFS options, misc stuff
Diffstat (limited to 'nix/programs')
| -rw-r--r-- | nix/programs/sway.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/programs/sway.nix b/nix/programs/sway.nix index 8b86d86..8206031 100644 --- a/nix/programs/sway.nix +++ b/nix/programs/sway.nix @@ -266,7 +266,7 @@ in { { command = "floating enable"; criteria.class = "cmv.exe"; } { 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.class = "steam_app_.*"; } { 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!"; } |