From 447b91f19d320753a2374107e28a24aa168ae292 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 26 Oct 2020 17:33:26 +0200 Subject: [PATCH] i3: add -M to amixer for syncing with i3status & bind to alsamixer Win+Shift+a now opens alsamixer in terminal instead of pavucontrol --- conf/i3/config | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/conf/i3/config b/conf/i3/config index 44979c71..40232c5d 100644 --- a/conf/i3/config +++ b/conf/i3/config @@ -362,13 +362,16 @@ bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause && notify-send - #bindsym XF86AudioMute exec --no-startup-id pulsemixer --toggle-mute # && notify-send -t 500 "🔇 pressed" # amixer / alsamixer / alsa bindings -bindsym XF86AudioLowerVolume exec --no-startup-id notify-send -t 500 "$(amixer set Master 2dB-)" -bindsym XF86AudioRaiseVolume exec --no-startup-id notify-send -t 500 "$(amixer set Master 2dB+)" -bindsym XF86AudioMute exec --no-startup-id notify-send -t 500 "$(amixer set Master toggle)" +bindsym XF86AudioLowerVolume exec --no-startup-id notify-send -t 500 "$(amixer -M set Master 2dB-)" +bindsym XF86AudioRaiseVolume exec --no-startup-id notify-send -t 500 "$(amixer -M set Master 2dB+)" +bindsym XF86AudioMute exec --no-startup-id notify-send -t 500 "$(amixer -M set Master toggle)" bindsym $mod+p exec arandr bindsym $mod+Shift+p exec arandr -bindsym $mod+Shift+a exec pavucontrol -t 5 +# pulseaudio +#bindsym $mod+Shift+a exec pavucontrol -t 5 +# alsa amixer alsamixer +bindsym $mod+Shift+a exec --no-startup-id $TERMINAL -e alsamixer # m for mumble bindsym $mod+m exec mumble # shift + m for music/media, which I need more seldom, but keep forgetting