aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-11-12 11:32:10 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-11-12 11:32:10 +0100
commitf560ec227c18b9efb0313bcdc6a1d6ba352d591e (patch)
tree1376cbe440bb46947bc65da24db06063c83d2381
parent36b9e8cf30653e31a8c1777041b58cacbe05c1ef (diff)
switch from pulseaudio to pipewire
-rwxr-xr-xbspwmrc5
-rwxr-xr-xinstall.sh12
2 files changed, 11 insertions, 6 deletions
diff --git a/bspwmrc b/bspwmrc
index 94307ec..763acbf 100755
--- a/bspwmrc
+++ b/bspwmrc
@@ -24,7 +24,12 @@ pgrep -x sxhkd > /dev/null || sxhkd &
xss-lock --transfer-sleep-lock -- i3lock-fancy-rapid 1 10 &
+pipewire &
+pipewire-pulse &
+wireplumber &
+
~/.fehbg
+
killall -qw picom; picom -b
killall -qw dunst; dunst &
killall -qw polybar; ~/.config/polybar/launch.sh &
diff --git a/install.sh b/install.sh
index fdfc3e7..6d200d3 100755
--- a/install.sh
+++ b/install.sh
@@ -54,7 +54,6 @@ if command_exists pacman; then
picom \
dunst \
libnotify \
- lua53 \
vlc \
firefox \
thunderbird \
@@ -66,8 +65,9 @@ if command_exists pacman; then
xclip \
hexchat \
brightnessctl \
- pulseaudio \
- pavucontrol \
+ pipewire \
+ pipewire-pulse \
+ wireplumber \
chafa \
xdg-user-dirs
@@ -90,7 +90,6 @@ elif command_exists apt; then
feh \
picom \
dunst \
- lua5.3 \
vlc \
firefox-esr \
thunderbird \
@@ -103,8 +102,9 @@ elif command_exists apt; then
hexchat \
brightnessctl \
cava \
- pulseaudio \
- pavucontrol \
+ pipewire \
+ pipewire-bin \
+ wireplumber \
chafa \
xdg-user-dirs
else