added bin directory
This commit is contained in:
parent
a1b3c04dd5
commit
89c98115e6
4 changed files with 28 additions and 0 deletions
5
bin/sxhkd-help
Executable file
5
bin/sxhkd-help
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue