AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to version 0.5.3: * This is just a quick fix of the xlib-display-server and leftwm crates to get them back to building for 32-bit systems. - Changes since 0.5.2: * New window rule options, window_hiding_strategy, default_height and default_width were introduced. * X11RB server backend has been added. * Directional focus for window switching! * Scratchpads can now be called with arguments! * Window history is now cleaned up, which should fix focusing issues! * LeftWM is back to building on MSRV and later Rust Versions. * Hidden windows can now be captured by screen recorders, if needed! * 32 bit builds are working again. * Visible and busy workspaces no longer come together for downstream programs. * The currently supported MSRV is 1.74.0
- Update to version 0.5.1: * The layouts and workspace.layouts in config.ron must be declared as Strings because they are no longer backed by an enum. (ie. use layouts: ["CenterMain"] instead of layouts: [CenterMain]) * The max_window_width config was removed without direct replacement. The "always fill entire screen" behavior can now be addressed by creating a custom layout with an appropriate Reserve property. * LeftWM now depends on lefthk ^0.2.0, which has been refactored * Dialog windows correctly obey their spawned sized * Fixes to location of spawned windows * Fixes to full-screened windows * Maximized windows no longer hide the dock * Fixes to ordering of windows after exiting from full screen mode * Basic theme and documentation fixes * Improved performance for set_layout , event_loop, and Xscreens * Improved error messages for leftwm-state and leftwm-check * Cursors now snap to the bottom right of a window when resizing * The new ignore_empty and ignore_used options in FocusNext/Previous Tag * Command SwapWindowToTop introduced
- Add suggested packages with leftwm - Add filters for rpmlintrc
- Initial spec for leftwm 0.4.0+git56
- Use upstream tarball - Update vendored dependencies
- Replace obsoleted `disabled` option with `manual` in service file.
- Update to version 0.4.2: * prepare 0.4.2 release (#1089) * Add Optional Behavior Settings for FocusNextTag and FocusPreviousTag (#1086) * feat(leftwm-check): Add a check for other binaries to leftwm-check so that packagers can ensure all current binaries are installed. (#1077) * update deps and fix builderror with `git_version` macro (#1075) * fix basic_lemonbar template.liquid (#1080) * fix - when window gets detroyed, find the last focused (#1055) * on entering fullscreen, save order. On exit, restore. (#1052) * docs(themes/basic_eww): correct writing and improve formatting (#1076) * Make configuration errors more visible (#1072) * Simplify async tests with `tokio::test` (#1069) - Added _service file