add screen locker

This commit is contained in:
azpsen 2024-01-28 16:40:01 -06:00
parent 319b44ecbd
commit 9d7b3706e9

View File

@ -38,7 +38,7 @@ icons[shutdown]="\Uf0425"
icons[cancel]="\Uf0156"
declare -A actions
actions[lockscreen]="loginctl lock-session ${XDG_SESSION_ID-}"
actions[lockscreen]="slock"
#actions[switchuser]="???"
actions[logout]="loginctl terminate-session ${XDG_SESSION_ID-}"
actions[suspend]="systemctl suspend"