forked from colonelpanic/dotfiles
[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
|
myStartup = do
|
||||||
spawn "taffybar"
|
spawn "taffybar"
|
||||||
spawn "nm-applet --sm-disable"
|
|
||||||
spawn "xsetroot -solid black"
|
spawn "xsetroot -solid black"
|
||||||
-- TODO: Figure out how to set different backgrounds for different x
|
-- TODO: Figure out how to set different backgrounds for different x
|
||||||
-- monitors
|
-- monitors
|
||||||
|
Loading…
Reference in New Issue
Block a user