fix keyboard on laptop
This commit is contained in:
parent
859d354ccc
commit
e67707b0f0
6 changed files with 17 additions and 46 deletions
|
|
@ -22,7 +22,6 @@ in {
|
|||
scaling = 1.2;
|
||||
};
|
||||
};
|
||||
keyboard.dvorak.enable = true;
|
||||
|
||||
home-manager.users.${user}.imports = [
|
||||
{
|
||||
|
|
@ -35,11 +34,6 @@ in {
|
|||
bind = [
|
||||
"SUPER_SHIFT, Q, killactive,"
|
||||
];
|
||||
"device:at-translated-set-2-keyboard" = {
|
||||
kb_variant = ",dvorak";
|
||||
kb_layout = "gb,gb";
|
||||
kb_options = "grp:alt_shift_toggle,caps:escape";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue