summaryrefslogtreecommitdiff
path: root/bin/guiscripts/dmpower
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-05 14:30:21 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-05 14:30:21 +0200
commite4c833e535dcda3dd3145e06f2d7f187e2197efb (patch)
tree10be7ce47fd56cf3f8e694efe266c5c6e67f4b0c /bin/guiscripts/dmpower
parenta86e7cfce4bc2167383a071856f5deba77f30a5b (diff)
parentc41328bec94c2d3fe58b6cc0db7336702b054cb7 (diff)
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'bin/guiscripts/dmpower')
-rwxr-xr-xbin/guiscripts/dmpower2
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"