diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-09-26 14:41:39 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-09-26 14:41:39 +0300 |
commit | 919a26f95787a163800e9505fc4c8cd0c9098f31 (patch) | |
tree | 1dd4a958307de76992931794197ab59550b76329 /dotfiles/.config/sway | |
parent | 03b2f9b30700848862f4920f76cd6113bdf8c3c1 (diff) | |
download | swayrice-919a26f95787a163800e9505fc4c8cd0c9098f31.tar.gz swayrice-919a26f95787a163800e9505fc4c8cd0c9098f31.zip |
Replaced pulseaudio with pipewire
Getting rid of poetteringware bit by bit.
Diffstat (limited to 'dotfiles/.config/sway')
-rw-r--r-- | dotfiles/.config/sway/config | 6 |
1 files changed, 5 insertions, 1 deletions
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 |