Spawn nm-applet on xmonad startup
This commit is contained in:
parent
8be1669d94
commit
17f036258f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user