mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 18:06:50 +01:00
fix laptop keybosrd
This commit is contained in:
parent
149985a26b
commit
24b0ed3e20
2 changed files with 14 additions and 1 deletions
|
@ -18,6 +18,7 @@ in
|
|||
enable = true;
|
||||
config = {
|
||||
output = {
|
||||
# Main Desktop
|
||||
"Acer Technologies Acer AL1717 0x70201097" = {
|
||||
mode = "1280x1024@75.025Hz";
|
||||
pos = "2560 0";
|
||||
|
@ -32,6 +33,18 @@ in
|
|||
transform = "270";
|
||||
pos = "-1080 0";
|
||||
};
|
||||
# FrameWork 16
|
||||
"BOE 0x0BC9 Unknown" = {
|
||||
mode = "2560x1600@165.000Hz";
|
||||
pos = "0 0";
|
||||
};
|
||||
};
|
||||
input = {
|
||||
"12972:18:Framework_Laptop_16_Keyboard_Module_-_ANSI_Keyboard" = {
|
||||
"xkb_layout" = "us";
|
||||
"xkb_variant" = "altgr-intl";
|
||||
"xkb_model" = "pc104";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -26,7 +26,7 @@ in
|
|||
};
|
||||
console = {
|
||||
enable = true;
|
||||
keyMap = "de";
|
||||
keyMap = cfg.layout;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue