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
|
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…
Add table
Add a link
Reference in a new issue