diff options
Diffstat (limited to 'SXHkD/.config/sxhkd/sxhkdrc')
-rw-r--r-- | SXHkD/.config/sxhkd/sxhkdrc | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/SXHkD/.config/sxhkd/sxhkdrc b/SXHkD/.config/sxhkd/sxhkdrc new file mode 100644 index 0000000..8f3ce6e --- /dev/null +++ b/SXHkD/.config/sxhkd/sxhkdrc @@ -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 |