xinitrc: remove pipewire stuff
instead, use `systemctl --user enable --now pipewire-pulse` this might be an issue on non-systemd systems but i use arch btw
This commit is contained in:
parent
6c32030259
commit
ce6f955a48
@ -17,11 +17,6 @@ wallpaper
|
|||||||
xss-lock -- slock &
|
xss-lock -- slock &
|
||||||
dunst &
|
dunst &
|
||||||
xrdb .Xresources
|
xrdb .Xresources
|
||||||
if ! pgrep pipewire; then
|
|
||||||
wireplumber &
|
|
||||||
pipewire &
|
|
||||||
pipewire-pulse &
|
|
||||||
fi
|
|
||||||
|
|
||||||
# DBus
|
# DBus
|
||||||
export NO_AT_BRIDGE=1
|
export NO_AT_BRIDGE=1
|
||||||
|
Loading…
Reference in New Issue
Block a user