make volume buttons open pamix
This commit is contained in:
parent
f0af2acb14
commit
06df560ebb
1 changed files with 3 additions and 3 deletions
|
|
@ -204,9 +204,9 @@ exec --no-startup-id redshift -t 6000:2000 -l 49.87167:8.65027
|
|||
exec --no-startup-id amixer set Master 0
|
||||
|
||||
# Change volume
|
||||
bindsym XF86AudioRaiseVolume exec amixer set Master 10%+
|
||||
bindsym XF86AudioLowerVolume exec amixer set Master 10%-
|
||||
bindsym XF86AudioMute exec amixer set Master toggle
|
||||
bindsym XF86AudioRaiseVolume exec st -e pamix
|
||||
bindsym XF86AudioLowerVolume exec st -e pamix
|
||||
bindsym XF86AudioMute exec st -e pamix
|
||||
|
||||
# Screenshot
|
||||
bindsym $mod+z exec scrot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue