Explorar el Código

Fix mute button

Replace amixer by pactl
DricomDragon hace 4 años
padre
commit
b241ee4229
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Install/Templates/i3/config

+ 1 - 1
Install/Templates/i3/config

@@ -37,7 +37,7 @@ bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
 # adjust volume
 bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master unmute 2dB+
 bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master unmute 2dB-
-bindsym XF86AudioMute exec --no-startup-id amixer set Master unmute 0
+bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle
 
 # adjust luminosity
 set $lum_step 5