dotfiles/misc/bin/keybindingshelp
2023-11-30 15:01:11 +00:00

4 lines
214 B
Bash
Executable File

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