2018-09-24 07:54:21 +00:00
|
|
|
# thumb wheel up => increase volume
|
2018-09-24 08:04:35 +00:00
|
|
|
"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
|
2018-09-24 08:04:35 +00:00
|
|
|
"pactl set-sink-volume @DEFAULT_SINK@ -5%"
|
2019-03-15 17:55:05 +00:00
|
|
|
b:7
|
2018-09-24 08:04:35 +00:00
|
|
|
|
2019-03-15 17:55:05 +00:00
|
|
|
# screenshot of focussed window
|
|
|
|
"scrot -u -e 'mv $f ~/Pictures/Screenshots/ && notify-send -i ~/Pictures/Screenshots/$f "Focussed Screenshot" ~/Pictures/Screenshots/$f'"
|
|
|
|
Shift+Mod4 + Print
|
|
|
|
|
|
|
|
# desktop screenshot
|
|
|
|
"scrot -e 'mv $f ~/Pictures/Screenshots/ && notify-send -i ~/Pictures/Screenshots/$f "Desktop Screenshot" ~/Pictures/Screenshots/$f'"
|
|
|
|
Mod4 + Print
|
|
|
|
|
|
|
|
# Audio controls
|
|
|
|
"pactl set-sink-volume 0 +5%"
|
|
|
|
XF86AudioRaiseVolume
|
|
|
|
"pactl set-sink-volume 0 -5%"
|
|
|
|
XF86AudioLowerVolume
|
|
|
|
"pactl set-sink-mute 0 toggle"
|
|
|
|
XF86AudioMute
|
|
|
|
|
|
|
|
# Screen brightness controls
|
|
|
|
"xbacklight -inc 20"
|
|
|
|
XF86MonBrightnessUp
|
|
|
|
"xbacklight -dec 20"
|
|
|
|
XF86MonBrightnessDown
|