What's up lemons and limes,
In other less important news, hey here's another pre-release!
Changes since 0.1.0-alpha.1:
New features
- Support for setting the xkb keymap through a file/string
- Support for cycling and setting keyboard layouts
- Binds can now be set to trigger when the session is locked with the
allow_when_locked
option
Changes
- The way windows' layout modes are tracked has been modified. Now, setting a window to, say, fullscreen then repeatedly toggling maximized won't leave the window stuck between fullscreen and maximized. Toggles will now attempt to return the window to floating or tiled (whichever of the two the window was in previously).
- Fullscreen and maximized requests from clients are now tracked to prevent the scenario where you started with a maximized window, double-clicked a YouTube video to make it fullscreen, and the window returned to tiled instead of maximized when unfullscreened.
Bug fixes
- Having multiple screencopy clients active at once now works
- Pointer motion is now sent to clients when they move under the pointer. This fixes right-click menus being in the wrong place when fullscreening Firefox and right-clicking without moving the mouse.