[Linux] Start nm-applet using systemd, not XMonad
This commit is contained in:
parent
afe99bf819
commit
f04f584842
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
|
@ -55,7 +55,6 @@ myLayoutHook = avoidStruts . smartSpacing 10 . noBorders
|
||||
|
||||
myStartup = do
|
||||
spawn "taffybar"
|
||||
spawn "nm-applet --sm-disable"
|
||||
spawn "xsetroot -solid black"
|
||||
-- TODO: Figure out how to set different backgrounds for different x
|
||||
-- monitors
|
||||
|
Loading…
Reference in New Issue
Block a user