removed sudo.
This commit is contained in:
parent
b8c6ceea13
commit
daeb39954f
@ -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…
Reference in New Issue
Block a user