From 9d66b337524a7e7992b1a9a6d56746cd996babc2 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Sat, 12 Jan 2013 05:12:39 +0100 Subject: Update L.TrackFloating.useTransient example code Ignore-this: e4e31cf1db742778c1d59d52fdbeed7a Suggest useTransient goes to the right of trackFloating which is the configuration actually tested. darcs-hash:20130112041239-1499c-bd81bd9833241f0b202c05585577b8b6ee4f5155.gz --- XMonad/Layout/TrackFloating.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'XMonad/Layout') diff --git a/XMonad/Layout/TrackFloating.hs b/XMonad/Layout/TrackFloating.hs index d49ba60..b0e35e4 100644 --- a/XMonad/Layout/TrackFloating.hs +++ b/XMonad/Layout/TrackFloating.hs @@ -127,7 +127,7 @@ focusWin st@(W.Stack f u d) w Apply to your layout in a config like: > main = xmonad (defaultConfig{ -> layoutHook = useTransientFor (trackFloating +> layoutHook = trackFloating (useTransientFor > (noBorders Full ||| Tall 1 0.3 0.5)), > ... > }) @@ -145,7 +145,7 @@ window regardless of which tiled window was focused before. > underlyingLayout = magnifier (Tall 1 0.3 0.5) > > optionA = trackFloating underlyingLayout -> optionB = useTransientFor (trackFloating underlyingLayout) +> optionB = trackFloating (useTransientFor underlyingLayout) -} -- cgit v1.2.3