[xmonad] restackWindow / raiseWindow

adam vogt vogt.adam at gmail.com
Sat Feb 9 20:24:34 CET 2013


On Thu, Feb 7, 2013 at 5:05 AM, Jochen Keil <jochen.keil at gmail.com> wrote:
> Any suggestions how to improve this? Would a patch for making the
> restacking behaviour configurable be accepted?
> Restacking the windows could be easily removed from the windows function
> and implemented as separate module. There it would be easy to implement
> different stacking behaviors.

Hi Jochen,

One alternative is to keep the ordering in the StackSet as the
stacking order, and then have the layout and keybindings have an
additional ordering that decides window locations for the layout. In
other words, "windows W.shiftMaster" will be your raiseWindow and you
have to define an additional 'Stack Window' in the layout (or
elsewhere) that decides where windows are put.

-- Adam



More information about the xmonad mailing list