From 378cab2ec31574daae3f8332cf30924214b58c8f Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Mon, 29 Jun 2020 05:46:13 +0300 Subject: artix-specific stuff; use pacmixer instead of ncpamixer --- dotfiles/.config/sway/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dotfiles/.config') diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 5504b6e..b80bf3f 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -67,6 +67,7 @@ set $ws10 10 # Open specific applications in specific modes for_window [title="alsamixer"] floating enable for_window [title="ncpamixer"] floating enable +for_window [title="pacmixer"] floating enable for_window [title="nmtui"] floating enable for_window [title="i3_help"] floating enable, sticky enable for_window [class="Lightdm-settings"] floating enable @@ -210,7 +211,7 @@ bindsym --to-code { Ctrl+Print exec --no-startup-id swayrecord # Sound - $mod+Shift+m exec $term -e 'ncpamixer' + $mod+Shift+m exec $term -e 'pacmixer' $mod+Ctrl+m exec --no-startup-id menuoutput # Applications that start with no gaps -- cgit v1.2.3