Re: Issue 4 in xmonad: Separate focus for tiled and floating layers

Comment #26 on issue 4 by vogt.adam: Separate focus for tiled and floating layers http://code.google.com/p/xmonad/issues/detail?id=4 I forgot that LayoutModifier has an addition, this is a version that's compatible with xmonad contrib 0.9 (if the problem you pasted the only one). http://hpaste.org/40631/aavogt

Comment #27 on issue 4 by matt.fowles: Separate focus for tiled and floating layers http://code.google.com/p/xmonad/issues/detail?id=4 That works for me! Thank you so much.

Comment #28 on issue 4 by a...@animux.de: Separate focus for tiled and floating layers http://code.google.com/p/xmonad/issues/detail?id=4 Works for me, too! But i have a similar problem with the following layout: gimp = withIM (0.11) (Role "gimp-toolbox") $ reflectHoriz $ withIM (0.15) (Role "gimp-dock") tabbed When focusing one of the windows that are not tabbed (the gimp-toolbox or the dock) the focus in the tabbed area changes. It is nearly impossible to use it with more than one window opened in the middle.

Comment #29 on issue 4 by govnototalitarizm: Separate focus for tiled and floating layers http://code.google.com/p/xmonad/issues/detail?id=4 Will this fix work for bug #168? http://code.google.com/p/xmonad/issues/detail?id=168

Comment #30 on issue 4 by liskni.si: Separate focus for tiled and floating layers http://code.google.com/p/xmonad/issues/detail?id=4 Thanks a lot for that patch Adam! It works great. There's just one small thing: if the focus goes from the floating layer to tiling by deleting a floating window, it's again the master window that gets focus, not the remembered window.

Comment #31 on issue 4 by vogt.adam: Separate focus for tiled and floating layers http://code.google.com/p/xmonad/issues/detail?id=4 I've pushed a patch which should address your problem liskni.si. It isn't clear if the same sort of thing should happen when you take a window out of the tiled layer: currently the master window becomes focused in the tiled layer now maybe it should be the window that would have been focused if you had killed the window instead
participants (1)
-
codesite-noreply@google.com