]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xmonad.hs: Add Mirror tiled as possible Gimp sub-layout.
authorSimon Ruderich <simon@ruderich.org>
Sun, 19 Jun 2011 13:49:47 +0000 (15:49 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 19 Jun 2011 13:49:47 +0000 (15:49 +0200)
xmonad.hs

index c140f690bbe0cc5f4b507a18077e9f48b7efba95..758a356cebe7c9110860b016341b00862899c930 100644 (file)
--- 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