From d78b11b04e46e27ee71c52154dfd89ee92b331b3 Mon Sep 17 00:00:00 2001 From: rydesun Date: Wed, 17 Feb 2021 22:51:56 +0800 Subject: [PATCH] Update systemd user units --- .config/systemd/user/copyq.service | 1 + .config/systemd/user/kdeconnect.service | 2 +- .config/systemd/user/nm-applet.service | 1 + .config/systemd/user/picom.service | 1 + .config/systemd/user/policykit-agent.service | 3 ++- .config/systemd/user/qv2ray.service | 1 + .config/systemd/user/v2ray.service | 2 +- .config/systemd/user/xsettingsd.service | 1 + 8 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.config/systemd/user/copyq.service b/.config/systemd/user/copyq.service index 2b0a04e..9b8a8b0 100644 --- a/.config/systemd/user/copyq.service +++ b/.config/systemd/user/copyq.service @@ -2,6 +2,7 @@ Description=Clipboard manager with searchable and editable history [Service] +Type=idle Environment="LANG=zh_CN.UTF-8" ExecStart=/usr/bin/copyq diff --git a/.config/systemd/user/kdeconnect.service b/.config/systemd/user/kdeconnect.service index e4df087..d153160 100644 --- a/.config/systemd/user/kdeconnect.service +++ b/.config/systemd/user/kdeconnect.service @@ -1,5 +1,5 @@ [Unit] -Description=Adds communication between KDE and your smartphone +Description=Communication Daemon between desktop and smartphone [Service] Type=idle diff --git a/.config/systemd/user/nm-applet.service b/.config/systemd/user/nm-applet.service index 2c73ea2..6fa923b 100644 --- a/.config/systemd/user/nm-applet.service +++ b/.config/systemd/user/nm-applet.service @@ -2,6 +2,7 @@ Description=Applet for managing network connections [Service] +Type=idle Environment="LANG=zh_CN.UTF-8" ExecStart=/usr/bin/nm-applet diff --git a/.config/systemd/user/picom.service b/.config/systemd/user/picom.service index 290c4d1..a4d8cf4 100644 --- a/.config/systemd/user/picom.service +++ b/.config/systemd/user/picom.service @@ -2,6 +2,7 @@ Description=X compositor [Service] +Type=idle Environment="LANG=zh_CN.UTF-8" ExecStart=/usr/bin/picom diff --git a/.config/systemd/user/policykit-agent.service b/.config/systemd/user/policykit-agent.service index 9a65846..3dd074d 100644 --- a/.config/systemd/user/policykit-agent.service +++ b/.config/systemd/user/policykit-agent.service @@ -1,7 +1,8 @@ [Unit] -Description=The LXQt policykit authentication agent +Description=LXQt policykit authentication agent [Service] +Type=idle Environment="LANG=zh_CN.UTF-8" ExecStart=/usr/bin/lxqt-policykit-agent diff --git a/.config/systemd/user/qv2ray.service b/.config/systemd/user/qv2ray.service index 0f902f0..cff4d67 100644 --- a/.config/systemd/user/qv2ray.service +++ b/.config/systemd/user/qv2ray.service @@ -2,6 +2,7 @@ Description=Cross-platform V2ray Client written in Qt [Service] +Type=idle Environment="LANG=zh_CN.UTF-8" ExecStart=/usr/bin/qv2ray diff --git a/.config/systemd/user/v2ray.service b/.config/systemd/user/v2ray.service index 0a41b53..85bc045 100644 --- a/.config/systemd/user/v2ray.service +++ b/.config/systemd/user/v2ray.service @@ -1,5 +1,5 @@ [Unit] -Description=A platform for building proxies to bypass network restrictions Service +Description=Platform for building proxies to bypass network restrictions Service After=default.target [Service] diff --git a/.config/systemd/user/xsettingsd.service b/.config/systemd/user/xsettingsd.service index 7e8e77d..722efb3 100644 --- a/.config/systemd/user/xsettingsd.service +++ b/.config/systemd/user/xsettingsd.service @@ -2,6 +2,7 @@ Description=Provides settings to X11 applications via the XSETTINGS specification [Service] +Type=idle Environment="LANG=zh_CN.UTF-8" ExecStart=/usr/bin/xsettingsd