Mouse and keyboard tweaks
This commit is contained in:
parent
3afbd263c4
commit
68a3447d8e
2 changed files with 5 additions and 1 deletions
|
@ -63,6 +63,9 @@
|
|||
naturalScrolling = true;
|
||||
accelSpeed = "1.0";
|
||||
};
|
||||
touchpad = {
|
||||
naturalScrolling = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue