
# make sxhkd reload its configuration files:
super + Escape
	pkill -USR1 -x sxhkd && notify-send -t 3000 "sxhkd configuration reloaded"

# Applications

super + w
	emacs

super + e
	$FILEBROWSER

super + s
	$BROWSER

super + r
	rofi -show drun

# Volume

super + {@F7,@F8}
	amixer set Master 2%{-,+}

{XF86AudioLowerVolume,XF86AudioRaiseVolume}
	amixer set Master 2%{-,+}

XF86AudioMute	
	pactl set-sink-mute @DEFAULT_SINK@ toggle

# Music

super + p
	mpc toggle

XF86AudioPlay
	mpc toggle
XF86AudioPrev
	mpc prev
XF86AudioNext
  mpc next

# Monitor

XF86MonBrightnessUp
  light -A 5
XF86MonBrightnessDown
  light -U 5

@Print
  maim --hidecursor --nokeyboard --select | xclip -selection clipboard -target image/png -in

shift + @Print
	maim --hidecursor --nokeyboard $SCREENSHOT_DIR/$(date +%s).png

super + @Print
  boomer

# Misc

super + a
	copyq toggle

super + {b,n,m}
	fcitx-remote -s {mozc,fcitx-keyboard-no,fcitx-keyboard-us}

super + v
	rofi -modi lpass:$HOME/.scripts/rofi/lpass//rofi-lpass -show lpass

super + minus
  xcalib -invert -alter

# ¯\_(ツ)_/¯
super + shift + s
	sleep 0.3; \
	xdotool key U00AF; \
	xdotool key U005C; \
	xdotool key U005F; \
	xdotool key U0028; \
	xdotool key U30C4; \
	xdotool key U0029; \
	xdotool key U005F; \
	xdotool key U002F; \
	xdotool key U00AF

# é
super + shift + e
	sleep 0.3; xdotool key U00E9
