Add slock to powermenu

This commit is contained in:
Stephan Raabe 2023-04-04 16:45:23 +02:00
parent 3c27da2b1e
commit 80c0f7c22e

View File

@ -22,7 +22,7 @@ choice=$(echo -e "$options" | rofi -dmenu -i -no-show-icons -lines 4 -width 30 -
case $choice in
$option1)
mantablockscreen -cc ;;
slock ;;
$option2)
qtile cmd-obj -o cmd -f shutdown ;;
$option3)