From c61ec9d5e722c8f805586c2b1eb5f350ef6dfcb7 Mon Sep 17 00:00:00 2001 From: Gaurav Tiwari Date: Wed, 10 Jun 2026 15:13:11 +0530 Subject: [PATCH] niri: add page (#22534) Co-authored-by: Lena Pastwa --- pages/linux/niri.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/linux/niri.md diff --git a/pages/linux/niri.md b/pages/linux/niri.md new file mode 100644 index 0000000000..7b827b3cf6 --- /dev/null +++ b/pages/linux/niri.md @@ -0,0 +1,32 @@ +# niri + +> A scrollable-tiling Wayland compositor. +> More information: . + +- List all outputs and their properties: + +`niri msg outputs` + +- Turn off an output (monitor): + +`niri msg output {{output_name}} off` + +- Focus the workspace below the current one: + +`niri msg action focus-workspace-down` + +- Focus the workspace above the current one: + +`niri msg action focus-workspace-up` + +- Move the current workspace down: + +`niri msg action move-workspace-down` + +- Close the currently focused window: + +`niri msg action close-window` + +- Focus a specific workspace by index: + +`niri msg action focus-workspace {{workspace_index}}`