Spawn nm-applet on xmonad startup

This commit is contained in:
2016-09-13 17:50:42 -07:00
parent 8be1669d94
commit 17f036258f

View File

@@ -35,6 +35,7 @@ main = do
myStartup :: X()
myStartup = do
spawn "stalonetray"
spawn "nm-applet --sm-disable"
spawn "xsetroot -solid black"
-- TODO: Figure out how to set different backgrounds for different x
-- monitors