Trying to get out of gamescope session wout reboot
This commit is contained in:
@@ -37,6 +37,10 @@ in {
|
|||||||
inotify-tools
|
inotify-tools
|
||||||
protonup-qt
|
protonup-qt
|
||||||
(pkgs.writeScriptBin "steamgrab" ''chown -R $(pgrep -nf steam | xargs -r ps -o uname= -p):steam /opt/Steam;'')
|
(pkgs.writeScriptBin "steamgrab" ''chown -R $(pgrep -nf steam | xargs -r ps -o uname= -p):steam /opt/Steam;'')
|
||||||
|
(pkgs.writeScriptBin "steamos-session-select" ''
|
||||||
|
#!/bin/sh
|
||||||
|
steam -shutdown
|
||||||
|
'')
|
||||||
];
|
];
|
||||||
programs.gamemode.enable = true;
|
programs.gamemode.enable = true;
|
||||||
programs.gamescope.enable = true;
|
programs.gamescope.enable = true;
|
||||||
|
Reference in New Issue
Block a user