aboutsummaryrefslogtreecommitdiff
path: root/.config/sxhkd/show_help.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/sxhkd/show_help.sh')
-rwxr-xr-x.config/sxhkd/show_help.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/sxhkd/show_help.sh b/.config/sxhkd/show_help.sh
new file mode 100755
index 0000000..bd0cd6c
--- /dev/null
+++ b/.config/sxhkd/show_help.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+cat ~/.config/sxhkd/sxhkdrc | awk '/^[a-z]/ && last {print $0,"\t",last} {last=""} /^#/{last=$0}' | column -t -s $'\t' | rofi -dmenu -i -no-show-icons -width 1000
+