[xmonad] Issue 550 in xmonad: Feature request: configurable restack order
codesite-noreply at google.com
codesite-noreply at google.com
Tue Jul 2 13:27:46 CEST 2013
Status: New
Owner: ----
New issue 550 by yurac... at gmail.com: Feature request: configurable restack
order
http://code.google.com/p/xmonad/issues/detail?id=550
It would be nice to be able to modify the window stacking order. Currently
the core forces floating windows on top of the liled ones.
I attach a patch that makes the stacking order configurable through
layouts. The patch also contains a layout modifier that restacks windows in
fifo order - regardless of whether floating or not. For example, if window
A is focused and I now focus window B, then B moves on top of A in the
stacking order and the rest remain unchanged.
This behavior is the one I like. It is natural for someone who works
a lot with floating windows. However, I found no way to get such behavior
without modifying the core.
Note that my patch cooperates well with the UpdatePointer action. In my
config file I also disabled focusFollowsMouse, but this is optional.
Hope this can be useful.
Thanks
Attachments:
restack.diff 3.7 KB
restackContrib.diff 4.6 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the xmonad
mailing list