update i3bar|blocks conf for volume indicator
[dotfiles.git] / i3 / .i3 / config
index 7bc0501a085bb22a6ea3778876705e33c5509866..4738eb18be1a9867b50a36e7ffd9d7aa3d1fe60d 100644 (file)
@@ -181,9 +181,9 @@ mode "move" {
 }
 
 for_window [window_type=dialog] floating enable
-bindsym XF86AudioRaiseVolume exec --no-startup-id amixer sset Speaker 3dB+
-bindsym XF86AudioLowerVolume exec --no-startup-id amixer sset Speaker 3dB-
-bindsym XF86AudioMute exec --no-startup-id amixer sset Speaker toggle
+bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master 1%+
+bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master 1%-
+bindsym XF86AudioMute exec --no-startup-id amixer sset Master toggle
 bindsym XF86AudioPlay exec playerctl play-pause
 bindsym XF86AudioPause exec playerctl play-pause
 bindsym XF86AudioNext exec playerctl next