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

Comment #16 on issue 4 by scuz.there: Separate focus for tiled and floating layers http://code.google.com/p/xmonad/issues/detail?id=4 It might be more useful to have transients for a window hidden when that window is not focused. Similar to Photoshop on Mac. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings

Comment #17 on issue 4 by daniel.wagner: Separate focus for tiled and floating layers http://code.google.com/p/xmonad/issues/detail?id=4 re: comment 16 That would be awesome. Is there a reliable way to tell which parent window a transient is associated with? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings

Comment #18 on issue 4 by matt.fowles: Separate focus for tiled and floating layers http://code.google.com/p/xmonad/issues/detail?id=4 I feel like this idea of hiding transients (while good) is separate from this issue, as this will show up even when you have no transients and just several floating windows like IM or the gimp. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings

Comment #19 on issue 4 by allbery.b: Separate focus for tiled and floating layers http://code.google.com/p/xmonad/issues/detail?id=4 A transient window is defined as one with a WM_TRANSIENT_FOR property indicating the parent. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings

Comment #20 on issue 4 by vogt.adam: Separate focus for tiled and floating layers http://code.google.com/p/xmonad/issues/detail?id=4 Issue 367 has been merged into this issue. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings

Comment #21 on issue 4 by wirtwo...@gmail.com: Separate focus for tiled and floating layers http://code.google.com/p/xmonad/issues/detail?id=4 Issue 399 has been merged into this issue.

Comment #22 on issue 4 by vogt.adam: Separate focus for tiled and floating
layers
http://code.google.com/p/xmonad/issues/detail?id=4
This is a hack, but it seems to work pretty well:
Sat Oct 16 12:55:36 EDT 2010 Adam Vogt

Comment #23 on issue 4 by matt.fowles: Separate focus for tiled and floating layers http://code.google.com/p/xmonad/issues/detail?id=4 Can you provide an explanation or pointer on how to try it from darcs contrib? I would love to try it out, but have not really done custom xmonad stuff...

Comment #24 on issue 4 by vogt.adam: Separate focus for tiled and floating layers http://code.google.com/p/xmonad/issues/detail?id=4 Instructions should be here: http://xmonad.org/download.html But if you're running 0.9, it's probably easier to copy: http://code.haskell.org/XMonadContrib/XMonad/Layout/TrackFloating.hs to ~/.xmonad/lib/XMonad/Layout/TrackFloating.hs Then follow instructions in that file (just apply trackFloating to your layout(s) as desired)
participants (1)
-
codesite-noreply@google.com