.xinitrc: don't make pipewire start and block itself
This commit is contained in:
parent
cb2305496e
commit
0959d9b6d1
@ -16,7 +16,9 @@ wallpaper
|
|||||||
xss-lock -- slock &
|
xss-lock -- slock &
|
||||||
dunst &
|
dunst &
|
||||||
xrdb .Xresources
|
xrdb .Xresources
|
||||||
gentoo-pipewire-launcher &
|
if ! pgrep pipewire; then
|
||||||
|
gentoo-pipewire-launcher &
|
||||||
|
fi
|
||||||
|
|
||||||
# DBus
|
# DBus
|
||||||
export NO_AT_BRIDGE=1
|
export NO_AT_BRIDGE=1
|
||||||
|
Loading…
Reference in New Issue
Block a user