sxhkd: new hotkeys for media players

master
tiyn 1 year ago
parent 802d769a9c
commit c28479a090

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

Loading…
Cancel
Save