Re: Issue 306 in xmonad: Magnifier: keep magnified status if transient focused

Updates: Status: Accepted Labels: Type-Enhancement Component-Contrib Comment #3 on issue 306 by byorgey: Magnifier: keep magnified status if transient focused http://code.google.com/p/xmonad/issues/detail?id=306 This shouldn't be too difficult to implement (either Riccardo or Daniel's proposed behavior) given the new extensible state. -- 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 #4 on issue 306 by wil...@willem.vanlint.name: Magnifier: keep magnified status if transient focused http://code.google.com/p/xmonad/issues/detail?id=306 I've written a small patch that magnifies the parent window too when a transient is focused. This is my first time contributing so any comments or suggestions are welcome. Attachments: issue306.dpatch 61.3 KB

Updates: Owner: vogt.a...@gmail.com Comment #5 on issue 306 by vogt.a...@gmail.com: Magnifier: keep magnified status if transient focused http://code.google.com/p/xmonad/issues/detail?id=306 Hi Willem, A bit late, but I have a suspicion that the getTransientForHint can be done with a separate layout modifier. That would be a better way to implement it. Results should be pretty similar to using XMonad.Layout.TrackFloating with Magnifier. One difference is that trackFloating will have the most recently focused tiled window magnified which might not be the parent of the transient window.

Updates: Status: Fixed Comment #6 on issue 306 by vogt.a...@gmail.com: Magnifier: keep magnified status if transient focused http://code.google.com/p/xmonad/issues/detail?id=306 I've added XMonad.Layout.TrackFloating.useTransientFor following ideas in #4 and #5.
participants (1)
-
codesite-noreply@google.com