aboutsummaryrefslogtreecommitdiff
path: root/linux/home/.config/sxhkd/show_help.sh
blob: bd0cd6c52144a020f625c5fdbce8e41bbe32e54f (plain)
1
2
3
#!/bin/bash
cat ~/.config/sxhkd/sxhkdrc | awk '/^[a-z]/ && last {print $0,"\t",last} {last=""} /^#/{last=$0}' | column -t -s $'\t' | rofi -dmenu -i -no-show-icons -width 1000