This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/sxhkd/sxhkdrc

47 lines
691 B
Plaintext
Raw Normal View History

2020-05-06 03:20:19 +02:00
# Swy7ch' sxhkd bindings binding
# System stuff
{F1, F2, F3}
amixer --quiet set Master {toggle, 5%-, 5%+}; refbar; audio_notify
2020-05-06 03:20:19 +02:00
{F5, F6}
sbacklight {dec,inc}
super + u
dmenumount
super + shift + u
dmenuumount
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
2020-05-06 03:20:19 +02:00
super + shift + b
script="$(printf "bibinput\nbibshow" | dmenu -i -p "which script?")" && $script