removed sudo.
This commit is contained in:
parent
b8c6ceea13
commit
daeb39954f
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@
|
|||
source $HOME/.config/dmenu/config
|
||||
|
||||
case "$(printf "shutdown\\nreboot" | $DMENU -p "Choose your poison")" in
|
||||
"shutdown") sudo poweroff ;;
|
||||
"reboot") sudo reboot ;;
|
||||
"shutdown") poweroff ;;
|
||||
"reboot") reboot ;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue