2020-05-06 03:20:19 +02:00
|
|
|
# Swy7ch' sxhkd bindings binding
|
|
|
|
|
|
|
|
# System stuff
|
|
|
|
|
2021-09-07 23:44:05 +02:00
|
|
|
XF86AudioMute
|
2021-02-13 21:29:29 +01:00
|
|
|
pulsemixer --toggle-mute; audio-notify
|
2021-09-07 23:44:05 +02:00
|
|
|
|
|
|
|
{XF86AudioLowerVolume, XF86AudioRaiseVolume}
|
2021-02-13 21:29:29 +01:00
|
|
|
pulsemixer --change-volume {-5, +5}; audio-notify
|
2020-05-06 03:20:19 +02:00
|
|
|
|
2021-09-07 23:44:05 +02:00
|
|
|
{XF86MonBrightnessDown, XF86MonBrightnessUp}
|
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
|
2021-09-07 23:44:05 +02:00
|
|
|
dmenuprompt "suspend?" "doas suspend"
|
2020-09-12 19:14:46 +02:00
|
|
|
|
2020-05-06 03:20:19 +02:00
|
|
|
super + shift + s
|
2021-09-07 23:44:05 +02:00
|
|
|
dmenuprompt "shutdown?" "doas shutdown -h now"
|
2020-05-06 03:20:19 +02:00
|
|
|
|
|
|
|
super + shift + r
|
2021-09-07 23:44:05 +02:00
|
|
|
dmenuprompt "reboot?" "doas reboot"
|
2020-05-06 03:20:19 +02:00
|
|
|
|
|
|
|
super + shift + d
|
|
|
|
displayselect
|
|
|
|
|
|
|
|
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
|
2020-05-20 17:03:00 +02:00
|
|
|
$BROWSER --private-window
|
2020-05-06 03:20:19 +02:00
|
|
|
|
2021-02-05 21:48:22 +01:00
|
|
|
super + shift + {h,j,k,l}
|
|
|
|
player {prev,stop,toggle,next}
|
|
|
|
|
2021-02-06 00:08:45 +01:00
|
|
|
super + shift + m
|
2021-02-23 11:24:45 +01:00
|
|
|
$TERMINAL -g 128x32 -c "ncmpcpp" -e ncmpcpp
|
2021-02-06 00:08:45 +01:00
|
|
|
|
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
|
|
|
|
2021-02-20 19:13:53 +01:00
|
|
|
super + shift + t
|
2021-03-02 21:29:31 +01:00
|
|
|
$TERMINAL -g 128x32 -c "transmission" -e tremc
|
2021-02-20 19:13:53 +01:00
|
|
|
|
2020-05-06 03:20:19 +02:00
|
|
|
super + shift + b
|
|
|
|
script="$(printf "bibinput\nbibshow" | dmenu -i -p "which script?")" && $script
|