summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xmonad.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmonad.hs b/xmonad.hs
index bd9f399..1681432 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -157,6 +157,7 @@ topicsConfig = TopicConfig
, ("mail" , spawn "emacsclient -e '(wl-start)'")
, ("irc" , spawnHere "hexchat")
, ("im" , spawnHere "tkabber")
+ , ("video" , return ())
, ("music" , spawnHere "guayadeque")
, ("zedat" , spawnHere $ term ++ " -e is")
, ("emacs" , spawnHere "emacs")