conformal / spectrwm

A small dynamic tiling window manager for X11.
ISC License
1.34k stars 97 forks source link

move current floating window to top of float stack #12

Closed ghost closed 9 years ago

ghost commented 11 years ago

hi,

it would be awesome to be able to move the currently focused floating layer to the top of the floating layer. Right now the top window is the first window floated.

dhaines commented 10 years ago

This (along with tracking of order within the floating stack) would be wonderful. In fact, the lack of that single feature is the only thing keeping me from using spectrwm as my primary WM.

wavexx commented 10 years ago

Would this[1] do what you're after?

It implements a "raise" command (MOD+r by default), which raises the current window temporarily (that is, without changing the stack order). This also works in the tiled layer: you can raise a tile on top of a floater when needed, but as soon as you cycle focus it will return to the original stacking order).

[1] https://github.com/wavexx/spectrwm/compare/raise

marcopeereboom commented 9 years ago

I find this odd but will accept a PR if it is well written.