fix: change keyboard layout for river and x server to us
This commit is contained in:
parent
9403791c67
commit
f0fffa40b8
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@
|
|||
# Configure keymap in X11
|
||||
services.xserver = {
|
||||
xkb = {
|
||||
layout = "fr";
|
||||
layout = "us";
|
||||
variant = "";
|
||||
options = "ctrl:nocaps";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ in {
|
|||
'';
|
||||
settings = {
|
||||
border-width = 2;
|
||||
keyboard-layout = "fr";
|
||||
keyboard-layout = "us";
|
||||
default-layout = "rivertile";
|
||||
focus-follows-cursor = "normal";
|
||||
map = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue