From 0e3d078a85cec867aa3f49b9fe3d1261e36eb901 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 15 Jul 2025 15:44:10 +0300 Subject: Implement fetching xkb options from org.freedesktop.locale1 --- wiki/Configuration:-Input.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'wiki/Configuration:-Input.md') diff --git a/wiki/Configuration:-Input.md b/wiki/Configuration:-Input.md index b1e3a279..861bd207 100644 --- a/wiki/Configuration:-Input.md +++ b/wiki/Configuration:-Input.md @@ -143,6 +143,13 @@ input { > } > ``` +> [!NOTE] +> +> Since: next release +> +> If the `xkb` section is empty (like it is by default), niri will fetch xkb settings from systemd-localed at `org.freedesktop.locale1` over D-Bus. +> This way, for example, system installers can dynamically set the niri keyboard layout. + When using multiple layouts, niri can remember the current layout globally (the default) or per-window. You can control this with the `track-layout` option. -- cgit