This commit is contained in:
eeva 2018-06-23 18:28:05 +03:00
parent 02ef1ead52
commit 82ae92f620

View file

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