This commit is contained in:
eeva 2018-06-23 18:28:05 +03:00
parent 02ef1ead52
commit 82ae92f620
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ projects = [ Project { projectName = "admin"
, projectDirectory = "/tmp"
, projectStartHook = Just $ do spawn "firefox"
}
, Project { projectName = "yt"
, projectDirectory = "/tmp"
, projectStartHook = Just $ do spawn "ytapp-launcher.sh"
}
]
modify :: XConfig l -> XConfig l