1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/dwm/.xbindkeysrc

54 lines
1.1 KiB
Plaintext

# thumb wheel up => increase volume
"pactl set-sink-volume @DEFAULT_SINK@ +5%"
b:6
# thumb wheel down => lower volume
"pactl set-sink-volume @DEFAULT_SINK@ -5%"
b:7
# screenshot of focussed window
"maimpick"
Shift+ Print
# desktop screenshot
"maim ~/Pictures/Screenshots/pic-full-$(date '+%Y-%m-%d-%H%M%S').png && notify-send -i ~/Pictures/Screenshots/pic-full-$(date '+%Y-%m-%d-%H%M%S').png "Desktop Screenshot ~/Pictures/Screenshots/pic-full-$(date '+%Y-%m-%d-%H%M%S').png""
Print
# Audio controls
"pactl set-sink-volume @DEFAULT_SINK@ +5%"
XF86AudioRaiseVolume
"pactl set-sink-volume @DEFAULT_SINK@ -5%"
XF86AudioLowerVolume
"pactl set-sink-mute @DEFAULT_SINK@ toggle"
XF86AudioMute
# Screen brightness controls
"xbacklight -inc 20"
XF86MonBrightnessUp
"xbacklight -dec 20"
XF86MonBrightnessDown
# lock screen
"lock"
Mod4 + x
# dmenu calculator
"="
Mod4 + equal
# dmenu password selector
"passmenu"
Mod4 + z
# dmenu authenticator
"yubikey-oath-dmenu --clipboard clipboard --notify"
Mod4 + c
# dmenu application launcher
"dmenu-frequency"
Mod4 + p
# Wireguard
"~/.scripts/vpn-switch"
Mod4 + w