diff options
author | zachir <zachir@librem.one> | 2025-07-25 19:46:12 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-25 19:46:12 -0500 |
commit | 6b2673b4c82fbec53ad2960058b23c1690ea479b (patch) | |
tree | 799d15117001ff0b59929d0255b9def923996c10 | |
parent | e8313cb6bcb2718d4c960fbe350e490ba15cb0a3 (diff) |
Use US keyboard with caps->escape in niri
-rw-r--r-- | niri/config.kdl | 2 |
1 files changed, 2 insertions, 0 deletions
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. |