Tiling window manager for adventurers
LeftWM is a tiling window manager written in Rust that aims to be stable and performant. LeftWM is designed to do one thing and to do that one thing well: be a window manager.
LeftWM follows the following mantra:
* LeftWM is not a compositor.
* LeftWM is not a lock screen.
* LeftWM is not a bar. But, there are lots of good bars out there. With themes, picking one is as simple as setting a symlink.
Because you probably want more than just a black screen, LeftWM is built around the concept of themes. With themes, you can choose between different bars, compositors, backgrounds, colors, docks, and whatever else makes you happy.
LeftWM was built from the very beginning to support multiple screens and ultrawide monitors. The default keybindings support ultrawide monitors and multiple screens.
- Developed at X11:windowmanagers
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/leftwm && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000265 265 Bytes | |
_servicedata | 0000000234 234 Bytes | |
leftwm-0.5.1.tar.gz | 0009981655 9.52 MB | |
leftwm-rpmlintrc | 0000000065 65 Bytes | |
leftwm.changes | 0000002959 2.89 KB | |
leftwm.spec | 0000003079 3.01 KB | |
vendor.tar.zst | 0019778146 18.9 MB |
Latest Revision
- 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
Comments 0