Upload xbindkeysrc

This commit is contained in:
Jakub Filo 2021-09-06 22:13:46 +00:00
parent 091673d291
commit 76c615eaf0
1 changed files with 10 additions and 0 deletions

10
.xbindkeysrc Normal file
View File

@ -0,0 +1,10 @@
# Increase volume
"pactl set-sink-volume @DEFAULT_SINK@ +1000"
XF86AudioRaiseVolume
# Decrease volume
"pactl set-sink-volume @DEFAULT_SINK@ -1000"
XF86AudioLowerVolume
# Mute volume
"pactl set-sink-mute @DEFAULT_SINK@ toggle"
XF86AudioMute