summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xmonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmonad.hs b/xmonad.hs
index 8324c7e..d23e6c0 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -169,7 +169,7 @@ topicsConfig = TopicConfig
where
spawnShell = currentTopicDir topicsConfig >>= spawnShellIn
spawnShellIn dir =
- spawnHere $ "cd " ++ dir ++ " && " ++ term
+ spawnHere $ "in-dir " ++ dir ++ " " ++ term
topicsGrid =
withWindowSet $ \w -> do