diff options
Diffstat (limited to 'bin/guiscripts/dmpower')
-rwxr-xr-x | bin/guiscripts/dmpower | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/guiscripts/dmpower b/bin/guiscripts/dmpower index c6c7fe4..5c333a8 100755 --- a/bin/guiscripts/dmpower +++ b/bin/guiscripts/dmpower @@ -1,3 +1,3 @@ #!/bin/sh -choice="$(echo -e "poweroff\nreboot\nhibernate" | dmenu -l 1 -g 3)" +choice="$(echo "poweroff\nreboot\nhibernate" | dmenu -l 1 -g 3)" test -z "$choice" || doas "$choice" |