diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-10-02 19:11:54 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-10-02 19:11:54 +0530 |
commit | 17aca55bcac96b5d5b4c48bf8eed973d549015dd (patch) | |
tree | dfed5620585344d9c6a2a20ecbd5a81e71884f70 /home/wayland/modules/sway/home.nix | |
parent | 414198829b8708c84f6d7adfe952bb9746e1897a (diff) |
home/wayland/sway: use natural scroll
Diffstat (limited to 'home/wayland/modules/sway/home.nix')
-rw-r--r-- | home/wayland/modules/sway/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/wayland/modules/sway/home.nix b/home/wayland/modules/sway/home.nix index 283a5ea..776d26c 100644 --- a/home/wayland/modules/sway/home.nix +++ b/home/wayland/modules/sway/home.nix @@ -86,6 +86,7 @@ in { "type:touchpad" = { dwt = "enabled"; tap = "enabled"; + natural_scroll = "enabled"; }; "type:keyboard" = { repeat_rate = 100; |