mimir: Disable kanata
This commit is contained in:
parent
4359fd0fd1
commit
08e5d92849
2 changed files with 5 additions and 4 deletions
|
@ -54,7 +54,7 @@
|
|||
wallpaper = ../../wallpapers/river-3840.png;
|
||||
};
|
||||
kanata = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
devices = [
|
||||
"/dev/input/by-id/usb-04d9_USB-HID_Keyboard-event-kbd"
|
||||
];
|
||||
|
|
|
@ -161,9 +161,10 @@ in
|
|||
};
|
||||
input = {
|
||||
"1241:662:USB-HID_Keyboard" = {
|
||||
xkb_layout = "us";
|
||||
xkb_options = "lv3:ralt_switch,eurosign:5";
|
||||
xkb_numlock = "enable";
|
||||
xkb_layout = "us,us";
|
||||
xkb_variant = "colemak,";
|
||||
xkb_options = "lv3:ralt_switch,eurosign:5,caps:backspace,ctrl:nocaps";
|
||||
xkb_numlock = "enabled";
|
||||
};
|
||||
"1133:49257:Logitech_USB_Laser_Mouse" = {
|
||||
natural_scroll = "enabled";
|
||||
|
|
Loading…
Reference in a new issue