Compare commits

..
2 Commits
Author SHA1 Message Date
wyj 67598a40db fix: xwayland.force_zero_scaling 2024-05-24 02:28:08 -04:00
wyj 041805571a update: nature_scroll 2024-05-24 02:22:47 -04:00
+3 -1
View File
@@ -8,6 +8,8 @@
monitor = ",preferred,auto,2";
xwayland.force_zero_scaling = true;
env = [
"XDG_CURRENT_DESKTOP,Hyprland"
"XDG_SESSION_TYPE,wayland"
@@ -30,7 +32,7 @@
follow_mouse = 1;
touchpad = {
natural_scroll = false;
natural_scroll = true;
};
sensitivity = 0; # -1.0 - 1.0, 0 means no modification.