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

74 lines
1.3 KiB
Plaintext
Raw Normal View History

2020-05-06 03:20:19 +02:00
# Swy7ch' sxhkd bindings binding
# System stuff
2021-09-07 23:44:05 +02:00
XF86AudioMute
pulsemixer --toggle-mute; audio-notify
2021-09-07 23:44:05 +02:00
{XF86AudioLowerVolume, XF86AudioRaiseVolume}
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
dmenuprompt "suspend?" "loginctl suspend"
2020-09-12 19:14:46 +02:00
2020-05-06 03:20:19 +02:00
super + shift + s
dmenuprompt "shutdown?" "loginctl poweroff"
2020-05-06 03:20:19 +02:00
super + shift + r
dmenuprompt "reboot?" "loginctl reboot"
2020-05-06 03:20:19 +02:00
super + shift + d
displayselect
super + shift + o
dmenuopen
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
$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 "floating" -e $MUSIC_CLIENT
2021-02-15 12:52:20 +01:00
super + shift + n
$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
super + shift + t
2021-09-11 16:23:45 +02:00
$TERMINAL -g 128x32 -c "floating" -e tremc
2020-05-06 03:20:19 +02:00
super + shift + b
script="$(printf "bibinput\nbibshow" | dmenu -i -p "which script?")" && $script