mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 00:55:58 +08:00
mouse too
This commit is contained in:
parent
ae949fc48b
commit
d0851959ca
1 changed files with 5 additions and 1 deletions
|
|
@ -1,10 +1,14 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# NOTE: libinput changes require a reboot
|
||||
services.xserver.libinput = {
|
||||
enable = true;
|
||||
# macOS like behaviour
|
||||
|
||||
# macOS like scrolling
|
||||
mouse.naturalScrolling = true;
|
||||
touchpad.naturalScrolling = true;
|
||||
|
||||
# Tap to click
|
||||
touchpad.tapping = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue