aboutsummaryrefslogtreecommitdiff
path: root/linux/home/.config/sxhkd/show_help.sh
diff options
context:
space:
mode:
Diffstat (limited to 'linux/home/.config/sxhkd/show_help.sh')
-rwxr-xr-xlinux/home/.config/sxhkd/show_help.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/home/.config/sxhkd/show_help.sh b/linux/home/.config/sxhkd/show_help.sh
new file mode 100755
index 0000000..bd0cd6c
--- /dev/null
+++ b/linux/home/.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
+