mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +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
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
Environment="LANG=zh_CN.UTF-8"
|
||||
ExecStart=/usr/bin/copyq
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Adds communication between KDE and your smartphone
|
||||
Description=Communication Daemon between desktop and smartphone
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
Description=Applet for managing network connections
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
Environment="LANG=zh_CN.UTF-8"
|
||||
ExecStart=/usr/bin/nm-applet
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
Description=X compositor
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
Environment="LANG=zh_CN.UTF-8"
|
||||
ExecStart=/usr/bin/picom
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue