forked from colonelpanic/dotfiles
[Linux] Start nm-applet using systemd, not XMonad
This commit is contained in:
10
dotfiles/config/systemd/user/nm-applet.service
Normal file
10
dotfiles/config/systemd/user/nm-applet.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=NM Applet
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/nm-applet --sm-disable
|
||||
ExecStop=/usr/bin/pkill nm-applet
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical.target
|
Reference in New Issue
Block a user