add screen locker
This commit is contained in:
parent
319b44ecbd
commit
9d7b3706e9
@ -38,7 +38,7 @@ icons[shutdown]="\Uf0425"
|
|||||||
icons[cancel]="\Uf0156"
|
icons[cancel]="\Uf0156"
|
||||||
|
|
||||||
declare -A actions
|
declare -A actions
|
||||||
actions[lockscreen]="loginctl lock-session ${XDG_SESSION_ID-}"
|
actions[lockscreen]="slock"
|
||||||
#actions[switchuser]="???"
|
#actions[switchuser]="???"
|
||||||
actions[logout]="loginctl terminate-session ${XDG_SESSION_ID-}"
|
actions[logout]="loginctl terminate-session ${XDG_SESSION_ID-}"
|
||||||
actions[suspend]="systemctl suspend"
|
actions[suspend]="systemctl suspend"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user