Add user systemd services (sway, redshift, nm-applet...)
This commit is contained in:
parent
284dd752dc
commit
145b8ddcd3
11 changed files with 125 additions and 0 deletions
14
.config/systemd/user/nm-applet.service
Normal file
14
.config/systemd/user/nm-applet.service
Normal file
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=network monitor and control GUI applet
|
||||
Documentation=man:nm-applet(1)
|
||||
PartOf=wayland-session.target
|
||||
After=wayland-session.target
|
||||
|
||||
# requires nm-applet compiled with -D appindicator=yes
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=org.freedesktop.network-manager-applet
|
||||
ExecStart=/usr/bin/nm-applet --indicator
|
||||
|
||||
[Install]
|
||||
WantedBy=wayland-session.target
|
Loading…
Add table
Add a link
Reference in a new issue