Fix xinitrc

This commit is contained in:
rydesun 2023-01-27 21:51:06 +08:00
parent 3c2015fad5
commit 73de4c5983

View file

@ -18,7 +18,7 @@ if [[ -n "$@" ]]; then
xss-lock -- betterlockscreen -l &
# 启动所有systemd管理的桌面程序
systemctl start --user Xorg.target
systemctl start --user X11.target &
exec "$@"
fi