summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xmonad.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/xmonad.hs b/xmonad.hs
index b64cd36..3a8ed66 100644
--- a/xmonad.hs
+++ b/xmonad.hs
@@ -268,6 +268,7 @@ alexXPConfig = P.defaultXPConfig
{ P.font = font
}
+historyGridConfig :: HasColorizer a => GSConfig a
historyGridConfig = defaultGSConfig
{ gs_cellheight = 50
, gs_cellwidth = 300
@@ -542,7 +543,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