diff options
-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 |