diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-11-14 23:50:53 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-11-14 23:50:53 +0200 |
| commit | ce455d662a2a8214a886109db25b584c057a8428 (patch) | |
| tree | d4fbc94b12347547d30925ec5d1e44c11056b794 /.config/sxhkd/show_help.sh | |
| parent | d28348a998bfc12f2b348eb9984ad66239c323cd (diff) | |
| download | dotfiles-ce455d662a2a8214a886109db25b584c057a8428.tar.gz dotfiles-ce455d662a2a8214a886109db25b584c057a8428.zip | |
Added sxhkd
Diffstat (limited to '.config/sxhkd/show_help.sh')
| -rwxr-xr-x | .config/sxhkd/show_help.sh | 3 |
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 + |
