summaryrefslogtreecommitdiffstats
path: root/src/XMonad/Local/TopicSpace.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/XMonad/Local/TopicSpace.hs')
-rw-r--r--src/XMonad/Local/TopicSpace.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/XMonad/Local/TopicSpace.hs b/src/XMonad/Local/TopicSpace.hs
index f879010..fc5a65e 100644
--- a/src/XMonad/Local/TopicSpace.hs
+++ b/src/XMonad/Local/TopicSpace.hs
@@ -85,7 +85,9 @@ topicConfig = TS.defaultTopicConfig
spawnShellIn "~/wsp/go/openshift" (Just "bash --rcfile .bashrc") >>
spawnShellIn "~/wsp/go/openshift" (Just "bash --rcfile .bashrc") >>
spawnShellIn "~/wsp/go/openshift" (Just "bash --rcfile .bashrc"))
- , ("distribution", spawnShell Nothing >> spawnShell Nothing >>
+ , ("distribution",
+ spawnShellIn "~/wsp/go/distribution" (Just "bash --rcfile .bashrc") >>
+ spawnShellIn "~/wsp/go/distribution" (Just "bash --rcfile .bashrc") >>
spawnShellIn "~/wsp/go/distribution" (Just "bash --rcfile .bashrc"))
, ("scripts", spawnShell Nothing >> spawnShell Nothing)
, ("ciV", spawn "launch-ciV.sh -m -b")