river: Revert custom named keyboard layout (use variant instead)
This commit is contained in:
parent
ed8dcd8c82
commit
3985aae70d
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ in
|
|||
hide-cursor = "when-typing enabled";
|
||||
set-cursor-warp = "on-output-change";
|
||||
|
||||
keyboard-layout = "kyria";
|
||||
keyboard-layout = "-variant kyria us";
|
||||
|
||||
map = {
|
||||
normal =
|
||||
|
@ -220,7 +220,7 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
xdg.configFile."xkb/symbols/kyria" = {
|
||||
xdg.configFile."xkb/symbols/us" = {
|
||||
source = ./keyboard-layout.xkb;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue