Add project steam (autostart)

This commit is contained in:
eeva 2018-06-08 08:42:44 +03:00
parent c41263a44e
commit a3c2e1680d
1 changed files with 4 additions and 0 deletions

View File

@ -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