sxhkd: new hotkeys for media players

master
tiyn 1 year ago
parent 802d769a9c
commit c28479a090

@ -1,23 +1,37 @@
super + Return
$TERMINAL
super + b
$BROWSER
super + f
$TERMINAL -e $FILE
super + u
record_start
super + i
record_stop
super + m
thunderbird
super + o
record_replay_start
super + p
record_replay_save
super + u
record_start
super + shift + x
pkill -usr1 -x sxhkd; notify-send 'sxhkd' 'Reloaded config'
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 + r
dmenu_run -c -l 20
super + shift + x
pkill -usr1 -x sxhkd; notify-send 'sxhkd' 'Reloaded config'
super + Return
$TERMINAL
super + Print
maimpick
super + F5
togglemonitor
super + F6
@ -34,8 +48,6 @@ super + F11
prompt "Shutdown computer?" "sudo -A shutdown -h now"
super + F12
prompt "Reboot computer?" "sudo -A reboot now"
super + Print
maimpick
XF86AudioMute
lmc m && pkill -RTMIN+4 $STATUSBAR

Loading…
Cancel
Save