diff --git a/.config/rofi/scripts/rofi-power-menu b/.config/rofi/scripts/rofi-power-menu index 7f0aab0..47acf9c 100755 --- a/.config/rofi/scripts/rofi-power-menu +++ b/.config/rofi/scripts/rofi-power-menu @@ -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"