Add project steam (autostart)
This commit is contained in:
parent
c41263a44e
commit
a3c2e1680d
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ projects = [ Project { projectName = "admin"
|
|||
, projectDirectory = "~/candy/tootgun"
|
||||
, projectStartHook = Nothing
|
||||
}
|
||||
, Project { projectName = "steam"
|
||||
, projectDirectory = "~/"
|
||||
, projectStartHook = Just $ do spawn "steam"
|
||||
}
|
||||
]
|
||||
|
||||
modify :: XConfig l -> XConfig l
|
||||
|
|
Loading…
Reference in a new issue