name
sxhkd is a simple X hotkey daemon, by the developer of bspwm, that reacts to input events by executing commands.
➜ ~ cat .config/sxhkd/sxhkdrc
####################
# SXHKD CONFIG
####################
# Restart sxhkd hotkey daemon
super + shift + x
pkill -USR1 -x sxhkd && notify-send "sxhkd config" "Reloaded."
####################
# APPS
####################
# Thunar Filemanager
super + t
thunar
# Thunar Filemanager
super + f
/home/evan/data/apps/firefoxdev/firefox
# Thunderbird
super + alt + t
thunderbird
####################
# Media Keys
####################
# Pulse Audio Volume Control
super + p
pavucontrol
see also
Awesome
references
Awesome Window Manager: Part 3