You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
272 B

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