+sxhkd config
Useful config that can be universally used for all wms
This commit is contained in:
40
SXHkD/.config/sxhkd/sxhkdrc
Normal file
40
SXHkD/.config/sxhkd/sxhkdrc
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
super + a
|
||||||
|
dmenu_run
|
||||||
|
|
||||||
|
super + Return
|
||||||
|
st
|
||||||
|
|
||||||
|
hyper + a
|
||||||
|
st
|
||||||
|
|
||||||
|
hyper + s
|
||||||
|
qutebrowser
|
||||||
|
|
||||||
|
hyper + q
|
||||||
|
emacsclient -c -s MAIN
|
||||||
|
|
||||||
|
hyper + l
|
||||||
|
i3lock -n -f -e -i ~/Pictures/Lockscreens/milkyway.png
|
||||||
|
|
||||||
|
hyper + d
|
||||||
|
feh --bg-scale --randomize ~/Pictures/Backgrounds
|
||||||
|
|
||||||
|
super + 8
|
||||||
|
mpc -q toggle
|
||||||
|
|
||||||
|
super + {0,9}
|
||||||
|
mpc -q {prev,next}
|
||||||
|
|
||||||
|
XF86Audio{Prev,Next}
|
||||||
|
mpc -q {prev,next}
|
||||||
|
|
||||||
|
super + n
|
||||||
|
pactl set-sink-volume 0 -5%; \
|
||||||
|
$HOME/.local/scripts/refresh_bar;
|
||||||
|
|
||||||
|
super + m
|
||||||
|
pactl set-sink-volume 0 +5%; \
|
||||||
|
$HOME/.local/scripts/refresh_bar;
|
||||||
|
|
||||||
|
XF86MonBrightness{Up,Down}
|
||||||
|
xbacklight {+,-}15
|
||||||
Reference in New Issue
Block a user