diff options
Diffstat (limited to '.config/sxhkd/show_help.sh')
| -rwxr-xr-x | .config/sxhkd/show_help.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/sxhkd/show_help.sh b/.config/sxhkd/show_help.sh deleted file mode 100755 index bd0cd6c..0000000 --- a/.config/sxhkd/show_help.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/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 - |
