Add slock to powermenu
This commit is contained in:
parent
3c27da2b1e
commit
80c0f7c22e
@ -22,7 +22,7 @@ choice=$(echo -e "$options" | rofi -dmenu -i -no-show-icons -lines 4 -width 30 -
|
|||||||
|
|
||||||
case $choice in
|
case $choice in
|
||||||
$option1)
|
$option1)
|
||||||
mantablockscreen -cc ;;
|
slock ;;
|
||||||
$option2)
|
$option2)
|
||||||
qtile cmd-obj -o cmd -f shutdown ;;
|
qtile cmd-obj -o cmd -f shutdown ;;
|
||||||
$option3)
|
$option3)
|
||||||
|
Loading…
Reference in New Issue
Block a user