From 9d7b3706e96ba7e5615a479f4306c5fce8f9aae2 Mon Sep 17 00:00:00 2001 From: azpsen Date: Sun, 28 Jan 2024 16:40:01 -0600 Subject: [PATCH] add screen locker --- .config/rofi/scripts/rofi-power-menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"