Spawn nm-applet on xmonad startup

This commit is contained in:
Ivan Malison 2016-09-13 17:50:42 -07:00
parent 8be1669d94
commit 17f036258f
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -35,6 +35,7 @@ main = do
myStartup :: X() myStartup :: X()
myStartup = do myStartup = do
spawn "stalonetray" spawn "stalonetray"
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