mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 06:24:58 +08:00
Use qtile startup hook instead
This commit is contained in:
parent
40f7f60c33
commit
41db1a0c0d
2 changed files with 0 additions and 4 deletions
|
|
@ -2,7 +2,6 @@
|
|||
Description=copyq
|
||||
|
||||
[Service]
|
||||
ExecStartPre=sleep 5
|
||||
ExecStart=/usr/bin/copyq
|
||||
|
||||
[Install]
|
||||
|
|
|
|||
3
.xinitrc
3
.xinitrc
|
|
@ -17,8 +17,5 @@ if [[ -n "$@" ]]; then
|
|||
# 启动锁屏程序
|
||||
xss-lock -- betterlockscreen -l &
|
||||
|
||||
# 启动所有systemd管理的桌面程序
|
||||
systemctl start --user X11.target &
|
||||
|
||||
exec "$@"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue