From 41db1a0c0ded71e733bea681c3c7ae562bb60e29 Mon Sep 17 00:00:00 2001 From: rydesun Date: Thu, 15 Feb 2024 15:48:13 +0800 Subject: [PATCH] Use qtile startup hook instead --- .config/systemd/user/copyq.service | 1 - .xinitrc | 3 --- 2 files changed, 4 deletions(-) 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