removed sudo.
This commit is contained in:
parent
b8c6ceea13
commit
daeb39954f
@ -5,6 +5,6 @@
|
|||||||
source $HOME/.config/dmenu/config
|
source $HOME/.config/dmenu/config
|
||||||
|
|
||||||
case "$(printf "shutdown\\nreboot" | $DMENU -p "Choose your poison")" in
|
case "$(printf "shutdown\\nreboot" | $DMENU -p "Choose your poison")" in
|
||||||
"shutdown") sudo poweroff ;;
|
"shutdown") poweroff ;;
|
||||||
"reboot") sudo reboot ;;
|
"reboot") reboot ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user