From 919a26f95787a163800e9505fc4c8cd0c9098f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sun, 26 Sep 2021 14:41:39 +0300 Subject: Replaced pulseaudio with pipewire Getting rid of poetteringware bit by bit. --- artix.sh | 4 ++-- dotfiles/.config/sway/config | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/artix.sh b/artix.sh index 110c0ed..872d01f 100755 --- a/artix.sh +++ b/artix.sh @@ -10,8 +10,8 @@ pacman -Sy zsh zsh-syntax-highlighting wireguard-tools mediainfo highlight \ cronie-runit metalog metalog-runit dnsmasq networkmanager dhcpcd \ networkmanager-runit rsync grim wf-recorder slurp ffmpeg w3m youtube-dl \ newsboat wget curl inkscape gimp darktable gcc make wpa_supplicant \ - fontconfig pkg-config fakeroot papirus-icon-theme alsa-utils pulseaudio \ - pamixer pulseaudio-bluetooth imagemagick ntfs-3g unzip unrar \ + fontconfig pkg-config fakeroot papirus-icon-theme alsa-utils pipewire \ + pipewire-alsa pipewire-pulse pamixer imagemagick ntfs-3g unzip unrar \ gnome-themes-standard telegram-desktop qt5ct r bc udisks2 dash \ perl-term-readline-gnu transmission-cli transmission-remote-gtk \ python-pynvim python-pip python-pillow calcurse acpi acpid gnupg \ diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config index dc8eec2..f54e4f3 100644 --- a/dotfiles/.config/sway/config +++ b/dotfiles/.config/sway/config @@ -54,7 +54,11 @@ exec_always { ##### Startup scripts and programs ##### # Waybar exec waybar_launch -# music daemon +# Audio +exec pipewire +exec pipewire-media-session +exec pipewire-pulse +# Music daemon exec mpd # Bluetooth adapter applet exec_always blueman-applet -- cgit v1.2.3