niri: fix norwegian layout
This commit is contained in:
@@ -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; }
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
carapace
|
||||
starship
|
||||
kanshi
|
||||
nnn
|
||||
] ++ programming_languages;
|
||||
|
||||
programs.git.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user