mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 22:55:00 +08:00
Fix xinitrc
This commit is contained in:
parent
3c2015fad5
commit
73de4c5983
1 changed files with 1 additions and 1 deletions
2
.xinitrc
2
.xinitrc
|
|
@ -18,7 +18,7 @@ if [[ -n "$@" ]]; then
|
|||
xss-lock -- betterlockscreen -l &
|
||||
|
||||
# 启动所有systemd管理的桌面程序
|
||||
systemctl start --user Xorg.target
|
||||
systemctl start --user X11.target &
|
||||
|
||||
exec "$@"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue