aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-03-27 23:49:15 +0300
committereug-vs <eug-vs@keemail.me>2021-03-27 23:49:15 +0300
commit5163a8537212431c62bddbf3b3a381e562f3aec2 (patch)
tree57d8eb4a67e8caacb576ac665d6a359c9036adf9
parent6247dc961ce6f7743005715c034dd19e29860b0f (diff)
downloaddotfiles-5163a8537212431c62bddbf3b3a381e562f3aec2.tar.gz
feat: use dmenu script instead of rofi-tmux
-rw-r--r--.config/sxhkd/sxhkdrc3
-rwxr-xr-x.local/bin/tmuxinator-menu.sh5
2 files changed, 8 insertions, 0 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index 3fa7954..e0672d4 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -31,3 +31,6 @@ Print
super + space
pkill -RTMIN+4 dwmblocks
+super + q
+ tmuxinator-menu.sh
+
diff --git a/.local/bin/tmuxinator-menu.sh b/.local/bin/tmuxinator-menu.sh
new file mode 100755
index 0000000..4dfcc14
--- /dev/null
+++ b/.local/bin/tmuxinator-menu.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+PROJECTS_DIR=~/.config/tmuxinator
+
+ls $PROJECTS_DIR | sed 's/\.yml//g' | dmenu -l 10 | xargs tmuxinator start