aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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