Many changes
This commit is contained in:
5
modules/bspwm/scripts/sxhkd-help
Executable file
5
modules/bspwm/scripts/sxhkd-help
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
awk '/^[a-z]/ && last {print "<small>",$0,"\t",last,"</small>"} {last=""} /^#/{last=$0}' ~/.config/sxhkd/sxhkdrc{,.common} |
|
||||
column -t -s $'\t' |
|
||||
rofi -dmenu -i -markup-rows -no-show-icons -width 1000 -lines 15
|
||||
Reference in New Issue
Block a user