added gamescope rules

This commit is contained in:
twoneis 2024-06-23 22:35:59 +02:00
parent fa62e16367
commit 73532eee6e
2 changed files with 4 additions and 1 deletions

View file

@ -95,6 +95,9 @@
start-gnome = " start-gnome = "
gnome-shell --wayland gnome-shell --wayland
"; ";
game = "
gamescope -e -f --expose-wayland -w 2560 -h 1440 -r 60 -W 2560 -H 1440 -- steam
";
}; };
shellAbbrs = { shellAbbrs = {
ga = "git add"; ga = "git add";

View file

@ -85,7 +85,7 @@
clip-to-geometry = true; clip-to-geometry = true;
} { } {
matches = [{app-id = "gamescope";}]; matches = [{app-id = "gamescope";}];
open-maximized = true; open-fullscreen = true;
} }
]; ];