From 2983b5da339d8578c5f5e97dc35d154f1468946d Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 22 Sep 2015 02:46:43 +0200 Subject: Add "misc" topic with no default action --- xmonad.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3