switch to lightdm, xsecurelock
This commit is contained in:
@@ -6,6 +6,8 @@ configuration {
|
||||
display-drun: " apps ";
|
||||
display-ssh: " ssh ";
|
||||
display-run: " run ";
|
||||
display-nerdfont: " nerd-font ";
|
||||
display-emoji: " emoji ";
|
||||
show-icons: true;
|
||||
drun-display-format: "{icon} {name}";
|
||||
sidebar-mode: true;
|
||||
|
@@ -38,7 +38,7 @@ icons[shutdown]="\Uf0425"
|
||||
icons[cancel]="\Uf0156"
|
||||
|
||||
declare -A actions
|
||||
actions[lockscreen]="slock"
|
||||
actions[lockscreen]="xset s activate"
|
||||
#actions[switchuser]="???"
|
||||
actions[logout]="loginctl terminate-session ${XDG_SESSION_ID-}"
|
||||
actions[suspend]="systemctl suspend"
|
||||
|
Reference in New Issue
Block a user