niri: fix norwegian layout

This commit is contained in:
2026-04-12 14:13:13 +02:00
parent 8dbc25df78
commit 68e9a3cca4
2 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ input {
// For more information, see xkeyboard-config(7).
// For example:
// layout "us,ru"
layout "us,no"
options "compose:menu"
// If this section is empty, niri will fetch xkb settings
@@ -617,8 +617,8 @@ binds {
// a matching layout switch hotkey configured in xkb options above.
// Having both at once on the same hotkey will break the switching,
// since it will switch twice upon pressing the hotkey (once by xkb, once by niri).
// Mod+Space { switch-layout "next"; }
// Mod+Shift+Space { switch-layout "prev"; }
Mod+Space { switch-layout "next"; }
Mod+Shift+Space { switch-layout "prev"; }
Print { screenshot; }
Ctrl+Print { screenshot-screen; }

View File

@@ -24,6 +24,7 @@
carapace
starship
kanshi
nnn
] ++ programming_languages;
programs.git.enable = true;