Add Project firefox

This commit is contained in:
eeva 2018-06-09 10:44:40 +03:00
parent a3c2e1680d
commit 02ef1ead52
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ projects = [ Project { projectName = "admin"
, projectDirectory = "~/"
, projectStartHook = Just $ do spawn "steam"
}
, Project { projectName = "web"
, projectDirectory = "/tmp"
, projectStartHook = Just $ do spawn "firefox"
}
]
modify :: XConfig l -> XConfig l