home/programs/hyprland: reset GDK_SCALE, add more touchpad configuration
This commit is contained in:
parent
43eed67a86
commit
727fe87eca
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue