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-09 22:17:22 +02:00
|
|
|
dmenuprompt "suspend?" "loginctl suspend"
|
2020-09-12 19:14:46 +02:00
|
|
|
|
2020-05-06 03:20:19 +02:00
|
|
|
super + shift + s
|
2021-09-09 22:17:22 +02:00
|
|
|
dmenuprompt "shutdown?" "loginctl poweroff"
|
2020-05-06 03:20:19 +02:00
|
|
|
|
|
|
|
super + shift + r
|
2021-09-09 22:17:22 +02:00
|
|
|
dmenuprompt "reboot?" "loginctl reboot"
|
2020-05-06 03:20:19 +02:00
|
|
|
|
|
|
|
super + shift + d
|
|
|
|
displayselect
|
|
|
|
|
|
|
|
super + shift + o
|
|
|
|
dmenuopen
|
|
|
|
|
2021-10-22 22:34:19 +02:00
|
|
|
super + c
|
|
|
|
switch-colors
|
|
|
|
|
|
|
|
super + shift + c
|
|
|
|
switch-colors -s
|
|
|
|
|
2020-05-06 03:20:19 +02:00
|
|
|
# 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-11-20 15:48:24 +01:00
|
|
|
$TERMINAL -g 128x32 -c "floating" -e $MUSIC_CLIENT
|
2021-02-06 00:08:45 +01:00
|
|
|
|
2021-02-15 12:52:20 +01:00
|
|
|
super + shift + n
|
2021-11-20 15:48:24 +01:00
|
|
|
$TERMINAL -g 128x32 -c "floating" -e tsession "mail" "$MAIL_CLIENT"
|
|
|
|
|
|
|
|
super + shift + i
|
2021-11-20 19:10:24 +01:00
|
|
|
$TERMINAL -g 128x32 -c "floating" -e tsession "irc" "$IRC_CLIENT"
|
2021-02-15 12:52:20 +01:00
|
|
|
|
2021-02-20 19:13:53 +01:00
|
|
|
super + shift + t
|
2021-09-11 16:23:45 +02:00
|
|
|
$TERMINAL -g 128x32 -c "floating" -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
|