super + Escape
    pkill -USR1 -x sxhkd

XF86MonBrightness{Down,Up}
    nu-monitor-manager.nu set-brightness HDMI-2 {down,up} --notify
XF86Audio{Lower,Raise}Volume
    nu-sound-manager.nu set-volume {down,up} --notify
XF86AudioMute
    nu-sound-manager.nu toggle-mute --notify

super + Return
    alacritty -e nu \
        --commands '$env.SHELL = $nu.current-exe; tmux new-session -A -s (random uuid)'
super + {_,shift,alt} + @space
    rofi -show {drun,run,window}

super + shift + q
    alacritty -e nu \
        --env-config ~/.config/nushell/env.nu \
        --commands "nu-logout.nu --lock slock"
super + p
    alacritty -e nu \
        --env-config ~/.config/nushell/env.nu \
        --config ~/.config/nushell/config.nu \
        --commands "passmenu"

super + z; t
    notify-date.nu
super + z; b
    notify-battery.nu --report --min 15 --max 85
