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