diff options
-rw-r--r-- | machines/helium.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/helium.nix b/machines/helium.nix index 8b6a42c..f0869bc 100644 --- a/machines/helium.nix +++ b/machines/helium.nix @@ -111,6 +111,11 @@ in { xserver.autorun = true; xserver.layout = "us"; xserver.libinput.enable = true; + xserver.libinput.mouse.additionalOptions = '' + Option "ScrollMethod" "Button" + Option "ScrollButton" "3" + ''; + xserver.libinput.mouse.buttonMapping = "1 2 8 4 5 6 7 3 9"; xserver.xkbOptions = "caps:ctrl_modifier"; xserver.dpi = 331; |