aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/bin/menusession
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.local/bin/menusession')
-rwxr-xr-xdotfiles/.local/bin/menusession8
1 files changed, 8 insertions, 0 deletions
diff --git a/dotfiles/.local/bin/menusession b/dotfiles/.local/bin/menusession
new file mode 100755
index 0000000..3867b73
--- /dev/null
+++ b/dotfiles/.local/bin/menusession
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# Source settings from .bemenurc
+. $HOME/.bemenurc
+
+action=$(printf "logout\nsuspend\nreboot\npoweroff\n" | bemenu -p "What to do?" --tf="$BEMENU_TF" --tb="$BEMENU_NB" --fb="$BEMENU_NB" --fn="$BEMENU_FN" --nb="$BEMENU_NB" --nf="$BEMENU_NF" --hf="$BEMENU_HF" --hb="$BEMENU_HB")
+
+swaysession $action