mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-05-10 08:36:02 +08:00
Update systemd services
This commit is contained in:
parent
a0edec0a74
commit
54b48ac279
18 changed files with 39 additions and 64 deletions
2
.config/systemd/user/Wayland.target
Normal file
2
.config/systemd/user/Wayland.target
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[Unit]
|
||||
Description=Run desktop applications under Wayland
|
||||
2
.config/systemd/user/X11.target
Normal file
2
.config/systemd/user/X11.target
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[Unit]
|
||||
Description=Run desktop applications under X11
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[Unit]
|
||||
Description=Launch desktop applications
|
||||
Requires=default.target
|
||||
After=default.target
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
[Unit]
|
||||
Description=Bluetooth Manager
|
||||
Description=blueman
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
ExecStart=/usr/bin/blueman-applet
|
||||
|
||||
[Install]
|
||||
WantedBy=Xorg.target
|
||||
WantedBy=X11.target
|
||||
WantedBy=Wayland.target
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
[Unit]
|
||||
Description=Clipboard manager with searchable and editable history
|
||||
Description=copyq
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
ExecStartPre=sleep 5
|
||||
ExecStart=/usr/bin/copyq
|
||||
|
||||
[Install]
|
||||
WantedBy=Xorg.target
|
||||
WantedBy=X11.target
|
||||
WantedBy=Wayland.target
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
[Unit]
|
||||
Description=Input method framework
|
||||
Description=fcitx5
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/fcitx5 -d
|
||||
|
||||
[Install]
|
||||
WantedBy=Xorg.target
|
||||
WantedBy=X11.target
|
||||
WantedBy=Wayland.target
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
[Unit]
|
||||
Description=Screenshot software
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
ExecStart=/usr/bin/flameshot
|
||||
|
||||
[Install]
|
||||
WantedBy=Xorg.target
|
||||
|
|
@ -1,10 +1,9 @@
|
|||
[Unit]
|
||||
Description=Communication Daemon between desktop and smartphone
|
||||
Description=kdeconnect
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
ExecStartPre=/usr/bin/sleep 5
|
||||
ExecStart=/usr/bin/kdeconnect-indicator
|
||||
|
||||
[Install]
|
||||
WantedBy=Xorg.target
|
||||
WantedBy=X11.target
|
||||
WantedBy=Wayland.target
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
[Unit]
|
||||
Description=The LXQt Config Monitor
|
||||
Description=lxqt-config-monitor
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/lxqt-config-monitor -l
|
||||
|
||||
[Install]
|
||||
WantedBy=Xorg.target
|
||||
WantedBy=X11.target
|
||||
|
|
|
|||
9
.config/systemd/user/network-manager-applet.service
Normal file
9
.config/systemd/user/network-manager-applet.service
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=network-manager-applet
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/nm-applet
|
||||
|
||||
[Install]
|
||||
WantedBy=X11.target
|
||||
WantedBy=Wayland.target
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
[Unit]
|
||||
Description=Applet for managing network connections
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
ExecStart=/usr/bin/nm-applet
|
||||
|
||||
[Install]
|
||||
WantedBy=Xorg.target
|
||||
|
|
@ -1,9 +1,8 @@
|
|||
[Unit]
|
||||
Description=X compositor
|
||||
Description=picom
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
ExecStart=/usr/bin/picom
|
||||
|
||||
[Install]
|
||||
WantedBy=Xorg.target
|
||||
WantedBy=X11.target
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
[Install]
|
||||
WantedBy=X11.target
|
||||
WantedBy=Wayland.target
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Keep track of media player activity
|
||||
Description=playerctld
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
[Unit]
|
||||
Description=LXQt policykit authentication agent
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
ExecStart=/usr/bin/lxqt-policykit-agent
|
||||
|
||||
[Install]
|
||||
WantedBy=Xorg.target
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
[Unit]
|
||||
Description=Redshift display colour temperature adjustment (GUI)
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
ExecStart=/usr/bin/redshift-gtk
|
||||
|
||||
[Install]
|
||||
WantedBy=Xorg.target
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
[Unit]
|
||||
Description=Removable disk automounter using udisks
|
||||
Description=udiskie
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
ExecStart=/usr/bin/udiskie --smart-tray
|
||||
|
||||
[Install]
|
||||
WantedBy=Xorg.target
|
||||
WantedBy=X11.target
|
||||
WantedBy=Wayland.target
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
[Unit]
|
||||
Description=Provides settings to X11 applications via the XSETTINGS specification
|
||||
Description=xsettingsd
|
||||
|
||||
[Service]
|
||||
Type=idle
|
||||
ExecStart=/usr/bin/xsettingsd
|
||||
|
||||
[Install]
|
||||
WantedBy=Xorg.target
|
||||
WantedBy=X11.target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue