Mouse and keyboard tweaks

This commit is contained in:
Erwin Boskma 2023-05-12 15:07:35 +02:00
parent 3afbd263c4
commit 68a3447d8e
Signed by: erwin
SSH key fingerprint: SHA256:3F6Cm6I3erRqlBwEghZWAQl6eS5WrGTX1Vs/Evec1lQ
2 changed files with 5 additions and 1 deletions

View file

@ -63,6 +63,9 @@
naturalScrolling = true;
accelSpeed = "1.0";
};
touchpad = {
naturalScrolling = true;
};
};
};
}

View file

@ -97,7 +97,7 @@ in
layout = "us,us";
variant = "colemak,";
model = "pc105";
options = [ "ctrl:nocaps" "eurosign:5" "lv5:ralt_switch" "lv3:rwin_switch" "grp:shifts_toggle" "grp_led:caps" ];
options = [ "ctrl:nocaps" "eurosign:5" "lv5:ralt_switch" "lv3:rwin_switch" "grp:sclk_toggle" "grp_led:scroll" ];
};
home.packages = with pkgs; [
@ -234,6 +234,7 @@ in
xkbModel = "pc105";
xkbOptions = "ctrl:nocaps,eurosign:5,lv5:ralt_switch,lv3:rwin_switch,grp:shifts_toggle";
upscaleDefaultCursor = false;
exportConfiguration = true;
windowManager.i3 = {
enable = true;