super + Escape
	pkill -USR1 -x sxhkd

super + alt + {q,r}
	bspc {quit,wm -r}

super + b
      bspc desktop -f '^5'

super + t
      ${HOME}/.config/bspwm/st_toggle

super + shift + {t,s,f}
	bspc node -t {tiled,floating,fullscreen}

super + Tab
	bspc {node,desktop} -f last

alt + Tab
	bspc {node,desktop} -f last

super + shift + m
	bspc desktop -l next

super + shift + c
	bspc node -c

super + shift + d
      rofi -show run

super + shift + l
      i3lock

super + shift + Return
      alacritty

shift + Print
      maim -s | xclip -selection clipboard -t image/png

super + Print
      maim | xclip -selection clipboard -t image/png && xclip -selection clipboard -out > ~/Pictures/shots/$(date +"%Y-%m-%d-%T").png; notify-send "ysc"

super + shift + Print
      maim -s | xclip -selection clipboard -t image/png && xclip -selection clipboard -out > ~/Pictures/shots/$(date +"%Y-%m-%d-%T").png

super + {_,shift + }{1-9,0}
	bspc {desktop -f,node -d} '^{1-9,10}'
