added bin directory

This commit is contained in:
Moritz Böhme 2021-04-01 21:02:01 +02:00
parent a1b3c04dd5
commit 89c98115e6
4 changed files with 28 additions and 0 deletions

5
bin/sxhkd-help Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
awk '/^[a-z]/ && last {print "<small>",$0,"\t",last,"</small>"} {last=""} /^#/{last=$0}' ~/.config/sxhkd/sxhkdrc |
column -t -s $'\t' |
rofi -dmenu -i -markup-rows -no-show-icons -width 1000 -lines 15 -yoffset 40