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

67 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-05-06 03:20:19 +02:00
# Swy7ch' sxhkd bindings binding
# System stuff
super + F1
pulsemixer --toggle-mute; audio-notify
super + {F2, F3}
pulsemixer --change-volume {-5, +5}; audio-notify
2020-05-06 03:20:19 +02:00
super + {F5, F6}
2020-05-06 03:20:19 +02:00
sbacklight {dec,inc}
super + u
dmenumount
super + shift + u
dmenuumount
2020-09-12 19:14:46 +02:00
super + s
dmenuprompt "suspend?" "systemctl suspend"
2020-05-06 03:20:19 +02:00
super + shift + s
dmenuprompt "shutdown?" "shutdown -h now"
super + shift + r
dmenuprompt "reboot?" "reboot"
super + shift + d
displayselect
super + F9
2020-05-06 03:20:19 +02:00
kbacklight
super + shift + o
dmenuopen
# Others
super + Return
$TERMINAL
2021-03-10 10:27:40 +01:00
super + shift + Return
$TERMINAL -g 128x32 -c "floating"
2020-05-06 03:20:19 +02:00
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 + {h,j,k,l}
player {prev,stop,toggle,next}
super + shift + m
$TERMINAL -g 128x32 -c "ncmpcpp" -e ncmpcpp
2021-02-15 12:52:20 +01:00
super + shift + n
2021-02-21 00:43:13 +01:00
$TERMINAL -g 128x32 -c "neomutt" -e neomutt
2021-02-15 12:52:20 +01:00
super + shift + t
2021-03-02 21:29:31 +01:00
$TERMINAL -g 128x32 -c "transmission" -e tremc
2020-05-06 03:20:19 +02:00
super + shift + b
script="$(printf "bibinput\nbibshow" | dmenu -i -p "which script?")" && $script