added gamescope rules
This commit is contained in:
parent
fa62e16367
commit
73532eee6e
2 changed files with 4 additions and 1 deletions
|
@ -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";
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue