Add youtube project
This commit is contained in:
parent
a2faa356ab
commit
1eaae43e46
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ projects =
|
|||
, projectDirectory = "/tmp"
|
||||
, projectStartHook = Just $ safeSpawn "steam" ["-pipewire"]
|
||||
}
|
||||
, Project { projectName = "youtube"
|
||||
, projectDirectory = "/tmp"
|
||||
, projectStartHook = Just $ safeSpawn "firefox" ["-P", "Youtube"]
|
||||
}
|
||||
, Project { projectName = "cdc-config"
|
||||
, projectDirectory = "~/admin/cdc-config"
|
||||
, projectStartHook = Just $ do safeSpawn "emacsclient" ["-c"]
|
||||
|
|
Loading…
Reference in a new issue