aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/bin/menuxrun
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.local/bin/menuxrun')
-rwxr-xr-xdotfiles/.local/bin/menuxrun7
1 files changed, 7 insertions, 0 deletions
diff --git a/dotfiles/.local/bin/menuxrun b/dotfiles/.local/bin/menuxrun
new file mode 100755
index 0000000..7ce556e
--- /dev/null
+++ b/dotfiles/.local/bin/menuxrun
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# Source settings from .bemenurc
+. $HOME/.bemenurc
+
+action=$(compgen -c | sort -u | bemenu -p "Force run inside XWayland:" --tf="$BEMENU_TF" --tb="$BEMENU_NB" --fb="$BEMENU_NB" --fn="$BEMENU_FN" --nb="$BEMENU_NB" --nf="$BEMENU_NF" --hf="$BEMENU_HF" --hb="$BEMENU_HB")
+xway $action