mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
i3: add -M to amixer for syncing with i3status & bind to alsamixer
Win+Shift+a now opens alsamixer in terminal instead of pavucontrol
This commit is contained in:
parent
dc2ac02412
commit
447b91f19d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user