power order

This commit is contained in:
_N3m0 2024-03-04 11:51:12 +01:00
parent 03df3a7285
commit a74dd1e7ef
1 changed files with 1 additions and 1 deletions

2
power
View File

@ -1,6 +1,6 @@
#!/bin/bash
act=$(echo -e "shutdown\nreboot\nlock" | dmenu -p "action:")
act=$(echo -e "reboot\nshutdown\nlock" | dmenu -p "action:")
case $act in
"shutdown")