Merge branch 'archi3' of github.com:LukeSmithxyz/voidrice into archi3

This commit is contained in:
Luke Smith 2019-06-16 16:26:24 -04:00
commit d805da4e5e
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -80,6 +80,18 @@ super + {_,shift +} bracketright
super + {_,shift +} bracketleft
lmc back {10,120}
# General bindings for audio control buttons. You might also want
# to specify your @DEFAULT_SINK@ in /etc/pulse/default.pa
# Mute volume
XF86AudioMute
pactl set-sink-mute @DEFAULT_SINK@ toggle
# Decrease volume
XF86AudioLowerVolume
pactl set-sink-volume @DEFAULT_SINK@ -5%
# Increase volume
XF86AudioRaiseVolume
pactl set-sink-volume @DEFAULT_SINK@ +5%
# Function keys
# Show readme
super + F1