From 9a34dcce53db35d6fc92bfd3d6937e38af0ecbdc Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 19 Jun 2011 15:49:47 +0200 Subject: [PATCH] xmonad.hs: Add Mirror tiled as possible Gimp sub-layout. --- xmonad.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xmonad.hs b/xmonad.hs index c140f69..758a356 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -87,7 +87,8 @@ myLayoutHook = gimp = withIM (0.11) (Role "gimp-toolbox") $ reflectHoriz $ withIM (0.15) (Role "gimp-dock") - Full + -- Layouts for the centered window. + (Mirror tiled ||| Full) -- Don't spawn new windows in the master pane (which is at the top of the -- screen). Thanks to dschoepe, aavogt and especially vav in #xmonad on -- 2.44.1