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 --- resources/default-config.kdl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 143550b0..f2fa8609 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -15,6 +15,9 @@ input { // For example: // layout "us,ru" // options "grp:win_space_toggle,compose:ralt,ctrl:nocaps" + + // If this section is empty, niri will fetch xkb settings + // from org.freedesktop.locale1. } // Enable numlock on startup, omitting this setting disables it. -- cgit