zenix: update, add gamescope session

This commit is contained in:
tristan 2024-11-20 21:17:36 +00:00
parent 53f5a52ceb
commit 5f36a77c4a
5 changed files with 103 additions and 115 deletions

View file

@ -274,11 +274,13 @@ in {
text = ''
res=$(echo "lock
sleep
hibernate" | ${my-deps.menu})
hibernate
logout" | ${my-deps.menu})
case $res in
lock) ${my-deps.lock};;
sleep) systemctl suspend;;
hibernate) systemctl hibernate;;
logout) hyprctl dispatch exit;;
esac
'';
hotkeys = [