diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-06-29 05:46:13 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-06-29 05:46:13 +0300 |
commit | 378cab2ec31574daae3f8332cf30924214b58c8f (patch) | |
tree | 776b8bfbdafd5efbf5b573c5785a17bcbd75e501 /dotfiles/.config/sway/config | |
parent | 03af81b91d0b5570fb8fe2d33c16edd810637d2b (diff) | |
download | swayrice-378cab2ec31574daae3f8332cf30924214b58c8f.tar.gz swayrice-378cab2ec31574daae3f8332cf30924214b58c8f.zip |
artix-specific stuff; use pacmixer instead of ncpamixer
Diffstat (limited to 'dotfiles/.config/sway/config')
-rw-r--r-- | dotfiles/.config/sway/config | 3 |
1 files changed, 2 insertions, 1 deletions
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 |