fix xinitrc black screen
This commit is contained in:
parent
1a6a793088
commit
fd1b882d2f
1 changed files with 3 additions and 3 deletions
6
.xinitrc
6
.xinitrc
|
@ -7,8 +7,8 @@ if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
|
||||||
eval "$(dbus-launch --sh-syntax --exit-with-session)"
|
eval "$(dbus-launch --sh-syntax --exit-with-session)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pipewire
|
pipewire &
|
||||||
pipewire-pulse
|
pipewire-pulse &
|
||||||
pipewire-media-session
|
pipewire-media-session &
|
||||||
|
|
||||||
exec bspwm
|
exec bspwm
|
||||||
|
|
Reference in a new issue