switch to lightdm, xsecurelock

This commit is contained in:
azpsen
2024-01-29 13:07:24 -06:00
parent e9ce921f52
commit c657bf51f7
7 changed files with 27 additions and 6 deletions

View File

@@ -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;

View File

@@ -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"