sxhkd: Restore old hotkeys

This commit is contained in:
Salt 2018-05-06 01:42:36 -05:00
parent 413dc7b51d
commit 4c5a6f0728

View File

@ -8,6 +8,18 @@
alt + Return
konsole
# Program launcher
alt + space
rofi -show drun -display-drun ':'
# SSH browser
alt + backslash
rofi -show ssh
# Program switcher
alt + Tab
rofi -show
# Reload SXHKD
alt + Escape
pkill -USR1 -x sxhkd
@ -18,6 +30,16 @@ alt + p
alt + shift + p
pkill xwinwrap
# Pulse controls
XF86Audio{Raise,Lower}Volume
pactl set-sink-volume 0 {+,-}5%
XF86AudioMute
pactl set-sink-mute 0 toggle
# Brightness controls
XF86MonBrightness(Up,Down)
xbacklight (-inc,-dec) 5
####################
# BSPWM HOTKEYS
####################