xmonad: remove unused projects
This commit is contained in:
parent
7e4dc20f15
commit
8f6c1dfcc4
1 changed files with 0 additions and 9 deletions
|
@ -381,15 +381,6 @@ myProjects =
|
||||||
Project
|
Project
|
||||||
{ projectName = "neovim",
|
{ projectName = "neovim",
|
||||||
projectStartHook = replicateM_ 2 $ spawn $ terminal "~/repos/mynix/neovim"
|
projectStartHook = replicateM_ 2 $ spawn $ terminal "~/repos/mynix/neovim"
|
||||||
},
|
|
||||||
Project
|
|
||||||
{ projectName = "tas",
|
|
||||||
projectStartHook = replicateM_ 2 $ spawn $ terminal "~/repos/tas"
|
|
||||||
},
|
|
||||||
-- community
|
|
||||||
Project
|
|
||||||
{ projectName = "dexios",
|
|
||||||
projectStartHook = replicateM_ 2 $ spawn $ terminal "~/repos/dexios"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
where
|
where
|
||||||
|
|
Loading…
Reference in a new issue