gamescope startup issues

This commit is contained in:
Evie Litherland-Smith 2023-07-11 13:11:07 +01:00
parent fb172bea1c
commit eeb9cc2658
2 changed files with 3 additions and 2 deletions

View file

@ -165,6 +165,7 @@
monitor=HDMI-1,highres,auto,2 monitor=HDMI-1,highres,auto,2
monitor=HDMI-2,highres,auto,2 monitor=HDMI-2,highres,auto,2
monitor=,preferred,auto,auto monitor=,preferred,auto,auto
exec-once=gamescope -e -- steam -gamepadui
''; '';
}; };
}) })

View file

@ -33,11 +33,11 @@
enable = true; enable = true;
settings.default_session = { settings.default_session = {
user = "xenia"; user = "xenia";
command = "steam-gamescope"; command = "Hyprland";
}; };
settings.initial_session = { settings.initial_session = {
user = "xenia"; user = "xenia";
command = "steam-gamescope"; command = "Hyprland";
}; };
}; };