Fix sxhkd bindings
This commit is contained in:
parent
2676ad8d04
commit
f7f052dd87
@ -17,6 +17,12 @@
|
|||||||
# browser
|
# browser
|
||||||
super + b
|
super + b
|
||||||
iceweasel
|
iceweasel
|
||||||
|
# rofi
|
||||||
|
super + d
|
||||||
|
rofi -show drun
|
||||||
|
# st
|
||||||
|
super + Return
|
||||||
|
st
|
||||||
# neomutt
|
# neomutt
|
||||||
XF86Mail
|
XF86Mail
|
||||||
st -e neomutt
|
st -e neomutt
|
||||||
@ -46,17 +52,17 @@ super + u
|
|||||||
updater
|
updater
|
||||||
# rofi-todo
|
# rofi-todo
|
||||||
super + n
|
super + n
|
||||||
$SCRD/rofi-todo/rofi-todo.py -f $HOME/Notes/notes.json
|
rofi-todo -f $HOME/Notes/notes.json
|
||||||
# blaze
|
# blaze
|
||||||
F11
|
F11
|
||||||
if [ $(pgrep ffmpeg) ]; then "$SCRD/blaze/blaze" -s; else "$SCRD/blaze/blaze"; fi
|
[ $(pgrep ffmpeg) ] && blaze -s || blaze
|
||||||
|
|
||||||
|
|
||||||
#~~~~~~~~~~~
|
#~~~~~~~~~~~
|
||||||
# SmartHome
|
# SmartHome
|
||||||
#~~~~~~~~~~~
|
#~~~~~~~~~~~
|
||||||
F10
|
F10
|
||||||
curl 192.168.1.201/toggle.php
|
curl 192.168.1.201/toggle.php && refbar
|
||||||
|
|
||||||
|
|
||||||
#~~~~~~~
|
#~~~~~~~
|
||||||
@ -64,16 +70,16 @@ F10
|
|||||||
#~~~~~~~
|
#~~~~~~~
|
||||||
# Mute
|
# Mute
|
||||||
XF86AudioMute
|
XF86AudioMute
|
||||||
amixer sset Master toggle
|
amixer sset Master toggle && refbar
|
||||||
# Volume control
|
# Volume control
|
||||||
XF86Audio{Raise,Lower}Volume
|
XF86Audio{Raise,Lower}Volume
|
||||||
amixer sset Master 5%{+,-} && refbar
|
amixer sset Master 5%{+,-} && refbar
|
||||||
# Songs control
|
# Songs control
|
||||||
XF86Audio{Next,Prev}
|
XF86Audio{Next,Prev}
|
||||||
mpc {next,prev}
|
mpc {next,prev} && refbar
|
||||||
# Pause/play
|
# Pause/play
|
||||||
XF86AudioPlay
|
XF86AudioPlay
|
||||||
mpc toggle
|
mpc toggle && refbar
|
||||||
# Stop
|
# Stop
|
||||||
XF86AudioStop
|
XF86AudioStop
|
||||||
mpc stop
|
mpc stop && refbar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user