home/programs/hyprland: reset GDK_SCALE, add more touchpad configuration

This commit is contained in:
Anthony Rodriguez 2024-12-15 16:47:36 +01:00
parent 43eed67a86
commit 727fe87eca
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -21,7 +21,7 @@
};
env = [
"GDK_SCALE,2"
"GDK_SCALE,1"
];
monitor = [
"eDP-1, preferred, auto, 1.33"
@ -69,7 +69,8 @@
touchpad = {
natural_scroll = true;
scroll_factor = 0.8;
tap-to-click = false;
tap-to-click = true;
clickfinger_behavior = true;
};
};