diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-07-30 21:00:13 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-07-30 21:00:13 +0300 |
commit | faacb422665259b1e166826fb3dec5ca0df3a1e4 (patch) | |
tree | 8811845c37107163d26126f36f31f42cb81c6420 | |
parent | 1964c7a58ca805cca2a7507568d23643ad20a544 (diff) | |
download | swayrice-faacb422665259b1e166826fb3dec5ca0df3a1e4.tar.gz swayrice-faacb422665259b1e166826fb3dec5ca0df3a1e4.zip |
back to ncpamixer
-rwxr-xr-x | artix.sh | 2 | ||||
-rw-r--r-- | dotfiles/.config/sway/config | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ chown -R "$1:$1" build cd build sudo -u "$1" "git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si" -yay -S --noconfirm aerc-git ttf-symbola pam-gnupg pacmixer mimeo xdg-utils-mimeo cli-visualizer +yay -S --noconfirm aerc-git ttf-symbola pam-gnupg ncpamixer mimeo xdg-utils-mimeo cli-visualizer # Copy some fonts to make them available system-wide mkdir -p /usr/share/fonts/rice diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index 7aed9b6..871585b 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -200,7 +200,7 @@ bindsym --to-code { Ctrl+Print exec --no-startup-id swayrecord # Sound - $mod+Shift+m exec $term -e 'pacmixer' + $mod+Shift+m exec $term -e 'ncpamixer' $mod+Ctrl+m exec --no-startup-id menuoutput # Applications that start with no gaps |