remove xinitrc
This commit is contained in:
parent
40fc5cd365
commit
fbcacd76ac
1 changed files with 0 additions and 16 deletions
16
.xinitrc
16
.xinitrc
|
@ -1,16 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
if [ -n "$DESKTOP_SESSION" ];then
|
|
||||||
eval $(gnome-keyring-daemon --start)
|
|
||||||
export SSH_AUTH_SOCK
|
|
||||||
fi
|
|
||||||
|
|
||||||
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
|
|
||||||
eval "$(dbus-launch --sh-syntax --exit-with-session)"
|
|
||||||
fi
|
|
||||||
|
|
||||||
pipewire &
|
|
||||||
pipewire-pulse &
|
|
||||||
pipewire-media-session &
|
|
||||||
|
|
||||||
exec dbus-launch $@
|
|
Reference in a new issue