summaryrefslogtreecommitdiffstats
path: root/xmonad.hs
diff options
context:
space:
mode:
Diffstat (limited to 'xmonad.hs')
-rw-r--r--xmonad.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmonad.hs b/xmonad.hs
index 080a036..7bc3214 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -130,7 +130,7 @@ main = do
topics :: [Topic]
topics = [ "web", "mail", "irc", "im", "video", "music"
, "spline", "usdx", "partdb", "riot", "zedat"
- , "emacs", "xmonad", "gimp"]
+ , "emacs", "xmonad", "gimp", "misc"]
topicsConfig = TopicConfig
{ topicDirs = M.fromList $
@@ -161,6 +161,7 @@ topicsConfig = TopicConfig
, ("zedat" , spawnHere $ term ++ " -e is")
, ("emacs" , spawnHere "emacs")
, ("gimp" , spawnHere "gimp")
+ , ("misc" , return ())
]
}
where