From 907e0a03efcce6ba35aa6405e130f316bc217c5a Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 2 Nov 2023 00:10:22 +0400 Subject: Add 'input.keyboard.track_layout' config option Track layout for each window individually when user requested `Window` tracking mode, keeping the default as global. --- resources/default-config.kdl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index cede85b5..02cbac63 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -16,6 +16,11 @@ input { // Delay is in milliseconds before the repeat starts. Rate is in characters per second. // repeat-delay 600 // repeat-rate 25 + + // Niri can remember the keyboard layout globally (the default) or per-window. + // - "global" - layout change is global for all windows. + // - "window" - layout is tracked for each window individually. + // track-layout "global" } // Next sections include libinput settings. -- cgit