mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-09-13 18:44:49 +00:00
14 lines
252 B
Desktop File
14 lines
252 B
Desktop File
[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
|