mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
i3: swap touchpad scroll
This commit is contained in:
parent
4757cf4465
commit
1a3d8ad05f
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ in
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
|
libinput.touchpad.naturalScrolling = true;
|
||||||
displayManager.sddm.enable = true;
|
displayManager.sddm.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue