v1.1 The Quantum Patch
v1.1 is out, with improvements to the window movements!
Download the zip bundle for your architecture, or the source bundle if you have Python 3.5 already installed and you like typing in a command window.
- Move window improvements.
- When you move a window between portals, it now has a better chance
of remaining on top of the other windows after the move. There's
still some cases where it doesn't work, though. (#1)
- When you move a window between portals, it now has a better chance
- Swap window within the same portal.
- You can now swap between focused windows within the same portal.
Use the["switch-top-window", "previous"]
and
["switch-top-window", "next"]
commands.
- You can now swap between focused windows within the same portal.
- Added documentation for the Component configuration.
- Added "flashing" capabilities to the
render_active_portal
plugin.- When a window indicates that it should "flash", the
render_active_portal
plugin will flash the border color of the
portal that contains the flashing window.
- When a window indicates that it should "flash", the
- General documentation improvements.