yt-app
This commit is contained in:
parent
02ef1ead52
commit
82ae92f620
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue