mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
added xf86 keys for volume
This commit is contained in:
parent
207aef937c
commit
9a524d6389
9 changed files with 23 additions and 426 deletions
|
@ -10,10 +10,12 @@ super + ctrl + alt + f
|
|||
pactl list sources | grep -qi 'Active Port: analog-input-rear-mic' && pactl set-source-port 2 analog-input-front-mic || pactl set-source-port 2 analog-input-rear-mic
|
||||
|
||||
#Volume Control
|
||||
super + Next
|
||||
{XF86AudioLowerVolume,super + Next}
|
||||
amixer -D pulse sset Master 5%-
|
||||
super + Prior
|
||||
{XF86AudioRaiseVolume,super + Prior}
|
||||
amixer -D pulse sset Master 5%+
|
||||
{XF86AudioMute}
|
||||
amixer -D pulse set Master 1+ toggle
|
||||
|
||||
# runner
|
||||
super + r
|
||||
|
@ -161,10 +163,10 @@ super + comma
|
|||
super + alt + ctrl + o
|
||||
mpc toggle
|
||||
|
||||
super + alt + ctrl + p
|
||||
{XF86AudioNext, super + alt + ctrl + p
|
||||
mpc next
|
||||
|
||||
super + alt + ctrl + i
|
||||
{XF86AudioPrev,super + alt + ctrl + i}
|
||||
mpc prev
|
||||
super + alt + ctrl + apostrophe
|
||||
mpc shuffle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue