mimir: Disable kanata

This commit is contained in:
Erwin Boskma 2023-11-17 16:54:03 +01:00
parent 4359fd0fd1
commit 08e5d92849
Signed by: erwin
SSH key fingerprint: SHA256:3F6Cm6I3erRqlBwEghZWAQl6eS5WrGTX1Vs/Evec1lQ
2 changed files with 5 additions and 4 deletions

View file

@ -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"
];

View file

@ -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";