update network script with ntp and i3 switch to alsa
[dotfiles.git] / x / .config / i3 / config
index 9297591..b21cb98 100644 (file)
@@ -56,9 +56,9 @@ bindsym $mod+s focus right
 # alternatively, you can use the cursor keys:
 bindsym XF86MonBrightnessUp exec xbacklight -inc 5
 bindsym XF86MonBrightnessDown exec xbacklight -dec 5
-bindsym XF86AudioMute exec pactl set-sink-mute 1 toggle
-bindsym XF86AudioLowerVolume exec pactl set-sink-volume 1 -5%
-bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 1 +5%
+bindsym XF86AudioMute exec amixer -c 1 set Master mute
+bindsym XF86AudioLowerVolume exec amixer -c 1 set Master 5%-
+bindsym XF86AudioRaiseVolume exec amixer -c 1 set Master 5%+
 
 # move focused window
 bindsym $mod+Shift+h move left