mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-09-14 02:54:48 +00:00
Add nm-applet
This commit is contained in:
parent
ad405ca268
commit
3725d5e1e3
2 changed files with 17 additions and 3 deletions
14
home/.config/systemd/user/nm-applet.service
Normal file
14
home/.config/systemd/user/nm-applet.service
Normal file
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=Network Manager Applet
|
||||
After=graphical-session.target
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/nm-applet
|
||||
Restart=on-failure
|
||||
|
||||
Slice=sessoin-graphical.slice
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
Loading…
Add table
Add a link
Reference in a new issue