61 lines
964 B
Plaintext
61 lines
964 B
Plaintext
# Swy7ch' sxhkd bindings binding
|
|
|
|
# System stuff
|
|
|
|
super + F1
|
|
pulsemixer --toggle-mute; audio-notify
|
|
super + {F2, F3}
|
|
pulsemixer --change-volume {-5, +5}; audio-notify
|
|
|
|
super + {F5, F6}
|
|
sbacklight {dec,inc}
|
|
|
|
super + u
|
|
dmenumount
|
|
|
|
super + shift + u
|
|
dmenuumount
|
|
|
|
super + s
|
|
dmenuprompt "suspend?" "systemctl suspend"
|
|
|
|
super + shift + s
|
|
dmenuprompt "shutdown?" "shutdown -h now"
|
|
|
|
super + shift + r
|
|
dmenuprompt "reboot?" "reboot"
|
|
|
|
super + shift + d
|
|
displayselect
|
|
|
|
super + shift + space
|
|
kbacklight
|
|
|
|
super + shift + o
|
|
dmenuopen
|
|
|
|
# Others
|
|
super + Return
|
|
$TERMINAL
|
|
|
|
super + d
|
|
dmenu_run -p "run:"
|
|
|
|
super + shift + {w,z}
|
|
$BROWSER
|
|
|
|
super + shift + p
|
|
$BROWSER --private-window
|
|
|
|
super + shift + {h,j,k,l}
|
|
player {prev,stop,toggle,next}
|
|
|
|
super + shift + m
|
|
$TERMINAL -c "ncmpcpp" -e ncmpcpp
|
|
|
|
super + shift + n
|
|
$TERMINAL -c "neomutt" -e neomutt
|
|
|
|
super + shift + b
|
|
script="$(printf "bibinput\nbibshow" | dmenu -i -p "which script?")" && $script
|