add screen locker
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user