From 6b2673b4c82fbec53ad2960058b23c1690ea479b Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 25 Jul 2025 19:46:12 -0500 Subject: Use US keyboard with caps->escape in niri --- niri/config.kdl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/niri/config.kdl b/niri/config.kdl index 9971a8d..1a826c6 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -15,6 +15,8 @@ input { // For example: // layout "us,ru" // options "grp:win_space_toggle,compose:ralt,ctrl:nocaps" + layout "us" + options "escape:nocaps" } // Enable numlock on startup, omitting this setting disables it. -- cgit v1.2.3