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