Use qtile startup hook instead

This commit is contained in:
rydesun 2024-02-15 15:48:13 +08:00
parent 40f7f60c33
commit 41db1a0c0d
2 changed files with 0 additions and 4 deletions

View file

@ -2,7 +2,6 @@
Description=copyq
[Service]
ExecStartPre=sleep 5
ExecStart=/usr/bin/copyq
[Install]

View file

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