zenix: update, add gamescope session
This commit is contained in:
parent
53f5a52ceb
commit
5f36a77c4a
5 changed files with 103 additions and 115 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue