|
|
|
super + u
|
|
|
|
record_stop
|
|
|
|
super + i
|
|
|
|
record_start
|
|
|
|
super + o
|
|
|
|
record_replay_start
|
|
|
|
super + p
|
|
|
|
record_replay_save
|
|
|
|
|
|
|
|
super + r
|
|
|
|
dmenu_run -c -l 20
|
|
|
|
|
|
|
|
super + a
|
|
|
|
playerctl previous
|
|
|
|
super + s
|
|
|
|
playerctl play-pause
|
|
|
|
super + d
|
|
|
|
playerctl next
|
|
|
|
super + f
|
|
|
|
$TERMINAL -e $FILE
|
|
|
|
|
|
|
|
super + b
|
|
|
|
$BROWSER
|
|
|
|
super + m
|
|
|
|
thunderbird
|
|
|
|
|
|
|
|
super + shift + x
|
|
|
|
pkill -usr1 -x sxhkd; notify-send 'sxhkd' 'Reloaded config'
|
|
|
|
|
|
|
|
super + Return
|
|
|
|
$TERMINAL
|
|
|
|
super + Print
|
|
|
|
maimpick
|
|
|
|
|
|
|
|
super + F5
|
|
|
|
togglemonitor
|
|
|
|
super + F6
|
|
|
|
toggletouchpad
|
|
|
|
super + F7
|
|
|
|
dmenumount
|
|
|
|
super + F8
|
|
|
|
dmenuumount
|
|
|
|
super + F9
|
|
|
|
sudo -A systemctl restart NetworkManager
|
|
|
|
super + F10
|
|
|
|
prompt "Lock computer?" "slock"
|
|
|
|
super + F11
|
|
|
|
prompt "Shutdown computer?" "sudo -A shutdown -h now"
|
|
|
|
super + F12
|
|
|
|
prompt "Reboot computer?" "sudo -A reboot now"
|
|
|
|
|
|
|
|
XF86AudioMute
|
|
|
|
lmc m && pkill -RTMIN+4 $STATUSBAR
|
|
|
|
XF86AudioMicMute
|
|
|
|
pactl set-source-mute 1 toggle && pkill -RTMIN+4 $STATUSBAR
|
|
|
|
XF86AudioLowerVolume
|
|
|
|
lmc down 5 && pkill -RTMIN+4 $STATUSBAR
|
|
|
|
XF86AudioRaiseVolume
|
|
|
|
lmc up 5 && pkill -RTMIN+4 $STATUSBAR
|
|
|
|
XF86MonBrightnessDown
|
|
|
|
light -U 15
|
|
|
|
XF86MonBrightnessUp
|
|
|
|
light -A 15
|