summaryrefslogtreecommitdiff
path: root/bin/menuscripts
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-01 12:07:35 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-10-01 12:07:35 +0200
commitdad6249cae8d5d66e0a6b174ed30d78dbbb3a064 (patch)
tree28fc4a4c2501cf5bb35bfe9984ab19e256f64763 /bin/menuscripts
parent70c673a75bf98b1db7b637c9a6d4bd1e336c33d4 (diff)
parenta6d421ed5d752ad4ce945c8de07ecb1e3d16037f (diff)
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'bin/menuscripts')
-rwxr-xr-xbin/menuscripts/mpower2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menuscripts/mpower b/bin/menuscripts/mpower
index 3b66824..00fb96c 100755
--- a/bin/menuscripts/mpower
+++ b/bin/menuscripts/mpower
@@ -3,6 +3,6 @@ choice="$(printf 'poweroff
suspend
hibernate
reboot
-' | commander -c -d)"
+' | commander -c)"
[ "$choice" ] && systemctl "$choice"