mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
13 lines
235 B
Desktop File
13 lines
235 B
Desktop File
[Unit]
|
|
Description=NetworkManager Applet
|
|
After=graphical-session.target NetworkManager.service
|
|
Requires=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/nm-applet
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=desktop.target
|