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
Raw Normal View History

2018-09-24 07:54:21 +00:00
# thumb wheel up => increase volume
"pactl set-sink-volume @DEFAULT_SINK@ +5%"
2019-03-15 17:55:05 +00:00
b:6
2018-09-24 07:54:21 +00:00
# thumb wheel down => lower volume
"pactl set-sink-volume @DEFAULT_SINK@ -5%"
2019-03-15 17:55:05 +00:00
b:7
2019-03-15 17:55:05 +00:00
# screenshot of focussed window
2019-05-31 13:33:46 +00:00
"maimpick"
Shift+ Print
2019-03-15 17:55:05 +00:00
# desktop screenshot
2019-05-31 13:33:46 +00:00
"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
2019-03-15 17:55:05 +00:00
# Audio controls
2019-05-31 11:10:48 +00:00
"pactl set-sink-volume @DEFAULT_SINK@ +5%"
2019-03-15 17:55:05 +00:00
XF86AudioRaiseVolume
2019-05-31 11:10:48 +00:00
"pactl set-sink-volume @DEFAULT_SINK@ -5%"
2019-03-15 17:55:05 +00:00
XF86AudioLowerVolume
2019-05-31 11:10:48 +00:00
"pactl set-sink-mute @DEFAULT_SINK@ toggle"
2019-03-15 17:55:05 +00:00
XF86AudioMute
# Screen brightness controls
"xbacklight -inc 20"
XF86MonBrightnessUp
"xbacklight -dec 20"
XF86MonBrightnessDown
2019-03-19 13:29:07 +00:00
# lock screen
"lock"
2019-03-19 13:29:07 +00:00
Mod4 + x
# dmenu calculator
2019-03-19 15:56:11 +00:00
"="
2019-03-19 13:29:07 +00:00
Mod4 + equal
2019-03-19 13:41:47 +00:00
# dmenu password selector
"passmenu"
2019-03-19 13:41:47 +00:00
Mod4 + z
# dmenu authenticator
2019-03-19 15:56:11 +00:00
"yubikey-oath-dmenu --clipboard clipboard --notify"
Mod4 + c
# dmenu application launcher
"dmenu-frequency"
Mod4 + p
2019-05-29 17:53:57 +00:00
# Wireguard
2019-05-31 11:10:48 +00:00
"~/.scripts/vpn-switch"
2019-05-29 17:53:57 +00:00
Mod4 + w