diff --git a/.config/systemd/user/copyq.service b/.config/systemd/user/copyq.service index 0309842..45efd10 100644 --- a/.config/systemd/user/copyq.service +++ b/.config/systemd/user/copyq.service @@ -2,7 +2,6 @@ Description=copyq [Service] -ExecStartPre=sleep 5 ExecStart=/usr/bin/copyq [Install] diff --git a/.xinitrc b/.xinitrc index 8c53d5d..0ebe777 100644 --- a/.xinitrc +++ b/.xinitrc @@ -17,8 +17,5 @@ if [[ -n "$@" ]]; then # 启动锁屏程序 xss-lock -- betterlockscreen -l & - # 启动所有systemd管理的桌面程序 - systemctl start --user X11.target & - exec "$@" fi