# Reload functions
alt + Escape
    "$XDG_CONFIG_HOME"/sxhkd/functions

alt + shift + p
    passmenu --type -i

Print
    ~/.scripts/screenshot.sh

alt + shift + e
    ~/.scripts/exit_menu.sh

# Launch programs
alt + shift + s
    spotify

alt + shift + f
    $BROWSER

# Media controls
XF86AudioRaiseVolume
    pulseaudio-ctl up 4
XF86AudioLowerVolume
    pulseaudio-ctl down 4
XF86AudioMute
    pulseaudio-ctl mute

XF86AudioPlay
    playerctl play-pause || mpc toggle
XF86AudioNext
    playerctl next || mpc next
XF86AudioPrev
    playerctl previous || mpc prev