mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Volume buttons support (#334)
This commit is contained in:
parent
7d3b042daf
commit
6d136d4fdd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user