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 54ec5a8..cd06d9c 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -542,7 +542,8 @@ myLayout =
$ withIM (0.11) (Role "gimp-toolbox")
$ reflectHoriz
$ withIM (0.15) (Role "gimp-dock") (trackFloating myTabbed)
- imbase a = withIM (1%7) (Or (ClassName "Tkabber") (Role "roster")) a
+ imbase a = withIM (1%7) (Or (Or (ClassName "Tkabber") (Role "roster"))
+ (And (ClassName "Vacuum") (Role "MainWindow"))) a
imgrid = imbase Grid
imtab = imbase myTabbed
immosaic = imbase $ MosaicAlt M.empty