mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-07-16 22:16:11 +08:00
Update systemd user units
This commit is contained in:
parent
f5d9b2b5fd
commit
d78b11b04e
8 changed files with 9 additions and 3 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
Description=Clipboard manager with searchable and editable history
|
Description=Clipboard manager with searchable and editable history
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Type=idle
|
||||||
Environment="LANG=zh_CN.UTF-8"
|
Environment="LANG=zh_CN.UTF-8"
|
||||||
ExecStart=/usr/bin/copyq
|
ExecStart=/usr/bin/copyq
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Adds communication between KDE and your smartphone
|
Description=Communication Daemon between desktop and smartphone
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=idle
|
Type=idle
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
Description=Applet for managing network connections
|
Description=Applet for managing network connections
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Type=idle
|
||||||
Environment="LANG=zh_CN.UTF-8"
|
Environment="LANG=zh_CN.UTF-8"
|
||||||
ExecStart=/usr/bin/nm-applet
|
ExecStart=/usr/bin/nm-applet
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
Description=X compositor
|
Description=X compositor
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Type=idle
|
||||||
Environment="LANG=zh_CN.UTF-8"
|
Environment="LANG=zh_CN.UTF-8"
|
||||||
ExecStart=/usr/bin/picom
|
ExecStart=/usr/bin/picom
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=The LXQt policykit authentication agent
|
Description=LXQt policykit authentication agent
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Type=idle
|
||||||
Environment="LANG=zh_CN.UTF-8"
|
Environment="LANG=zh_CN.UTF-8"
|
||||||
ExecStart=/usr/bin/lxqt-policykit-agent
|
ExecStart=/usr/bin/lxqt-policykit-agent
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
Description=Cross-platform V2ray Client written in Qt
|
Description=Cross-platform V2ray Client written in Qt
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Type=idle
|
||||||
Environment="LANG=zh_CN.UTF-8"
|
Environment="LANG=zh_CN.UTF-8"
|
||||||
ExecStart=/usr/bin/qv2ray
|
ExecStart=/usr/bin/qv2ray
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[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
|
After=default.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
Description=Provides settings to X11 applications via the XSETTINGS specification
|
Description=Provides settings to X11 applications via the XSETTINGS specification
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Type=idle
|
||||||
Environment="LANG=zh_CN.UTF-8"
|
Environment="LANG=zh_CN.UTF-8"
|
||||||
ExecStart=/usr/bin/xsettingsd
|
ExecStart=/usr/bin/xsettingsd
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue