Files
niri/wiki/_Sidebar.md
T

31 lines
1.1 KiB
Markdown
Raw Normal View History

2024-03-25 21:13:36 +04:00
## Usage
* [Getting Started](./Getting-Started.md)
2024-03-26 17:21:40 +04:00
* [Example systemd Setup](./Example-systemd-Setup.md)
* [Important Software](./Important-Software.md)
* [LayerShell Components](./Layer%E2%80%90Shell-Components.md)
2024-09-02 10:03:00 +03:00
* [IPC, `niri msg`](./IPC.md)
* [Application-Specific Issues](./Application-Issues.md)
2024-03-26 17:21:40 +04:00
* [Xwayland](./Xwayland.md)
2024-05-11 10:09:49 +04:00
* [Gestures](./Gestures.md)
2024-04-20 10:24:20 +04:00
* [FAQ](./FAQ.md)
2024-03-25 21:13:36 +04:00
2024-03-25 21:50:21 +04:00
## Configuration
2024-03-26 17:21:40 +04:00
* [Overview](./Configuration:-Overview.md)
* [Input](./Configuration:-Input.md)
2024-03-26 21:26:43 +04:00
* [Outputs](./Configuration:-Outputs.md)
2024-03-27 21:46:11 +04:00
* [Key Bindings](./Configuration:-Key-Bindings.md)
2024-10-18 16:00:40 +02:00
* [Switch Events](./Configuration:-Switch-Events.md)
2024-03-28 17:35:36 +04:00
* [Layout](./Configuration:-Layout.md)
2024-05-16 12:12:51 +04:00
* [Named Workspaces](./Configuration:-Named-Workspaces.md)
2024-03-28 20:53:15 +04:00
* [Miscellaneous](./Configuration:-Miscellaneous.md)
2024-03-26 17:21:40 +04:00
* [Window Rules](./Configuration:-Window-Rules.md)
* [Layer Rules](./Configuration:-Layer-Rules.md)
2024-03-26 18:33:53 +04:00
* [Animations](./Configuration:-Animations.md)
2024-03-26 19:53:58 +04:00
* [Debug Options](./Configuration:-Debug-Options.md)
2024-03-25 21:50:21 +04:00
2024-03-25 21:13:36 +04:00
## Development
2024-03-26 17:21:40 +04:00
* [Design Principles](./Design-Principles.md)
* [Developing niri](./Developing-niri.md)
2024-06-17 09:16:28 +03:00
* [Fractional Layout](./Fractional-Layout.md)
2024-08-01 17:52:08 +03:00
* [Redraw Loop](./Redraw-Loop.md)