# sxhkd config

super + Return
    $TERMINAL

super + w
    $BROWSER

super + f
    pcmanfm --no-desktop -n ~

super + c
    gnome-calculator

super + o ; {m}
    {thunderbird}

super + equal
    boomer

super + d
    dmenu_run

Print
    maim | tee ~/Pictures/Screenshots/Screenshot_$(date +"%Y%m%d-%H%M%S").png | xclip -selection clipboard -t image/png

super + Print
    maim -s | tee ~/Pictures/Screenshots/Screenshot_$(date +"%Y%m%d-%H%M%S").png | xclip -selection clipboard -t image/png

super + shift + c
    ~/.scripts/bin/clipboard_mngr

ctrl + alt + t
    ~/.scripts/bin/restart-touchpad --notify

