[xmonad] doFullFloat keybinding?

Matthew Hague matthewhague at zoho.com
Wed Jul 11 17:33:13 CEST 2012


> >> Date: Tue, 10 Jul 2012 10:23:23 +0200
> >> From: 1126 <mailinglists at elfsechsundzwanzig.de>
> >> Subject: [xmonad] doFullFloat keybinding?
> >> To: Xmonad Mailinglist <xmonad at haskell.org>
> >> Message-ID: <20120710082323.GA17177 at 1126.localdomain>
> >> Content-Type: text/plain; charset=us-ascii
> >>
> ...
>
> The way to raise the focused floating window without going behind  
> xmonad's back is to use shiftMaster. mod+click does this by default.
> http://hackage.haskell.org/packages/archive/xmonad/latest/doc/html/XMonad-StackSet.html#v:shiftMaster
> ...prolly don't want to stick that in your log hook, though.

Ah, yeah, this too: though if you do this to every window that gets focus, you
won't be able to mod+j/k your way through anything but the first two windows.
(In fact, for floats, i shiftMaster on modkey release (emulating the usual
Windows alt-tab stacking behaviour), but this means you can't see what you're
selecting until you've selected it...).

Matt



More information about the xmonad mailing list