mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
599db847f8
* document the reverse switching functionality introduced in #1670 Toggling in reverse through preset widths & heights was added in #1670. However, it's really difficult to find in the docs. The sole exception is a comment in the default config.kdl, but that only documents one of the new settings (width). I had to open up `bindings.rs` on github source code to even find the right setting for the other. This information should be available in the docs or config somewhere. ## Alternatives Considered I considered documenting the preset-toggling functionality, including reverse toggling, in `bindings` wiki, but then the original (non-reversed) toggling would be documented in multiple places. More importantly, bindings seems to be a guide on how to set bindings, not what actions are available for use with bindings. * Update docs/wiki/Configuration:-Layout.md * Update docs/wiki/Configuration:-Layout.md --------- Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
Welcome to the niri documentation!
Feel free to look through usage and Getting started. If you're looking for ways to configure niri, check out the introduction to configuration.
If you'd like to help with niri, there are plenty of both coding- and non-coding-related ways to do so. See CONTRIBUTING.md for an overview.
If you're not already here, check out our new wiki website! https://niri-wm.github.io/niri/
The documentation is open to contribution, see Documenting niri.
Please discuss bigger changes in our Matrix room first!
The wiki is generated from files in the docs/wiki/ folder of the repository, so you can open a pull request modifying it there.