Compare commits
2
Commits
48a71a57db
...
67598a40db
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67598a40db | ||
|
|
041805571a |
@@ -8,6 +8,8 @@
|
|||||||
|
|
||||||
monitor = ",preferred,auto,2";
|
monitor = ",preferred,auto,2";
|
||||||
|
|
||||||
|
xwayland.force_zero_scaling = true;
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
"XDG_CURRENT_DESKTOP,Hyprland"
|
"XDG_CURRENT_DESKTOP,Hyprland"
|
||||||
"XDG_SESSION_TYPE,wayland"
|
"XDG_SESSION_TYPE,wayland"
|
||||||
@@ -30,7 +32,7 @@
|
|||||||
follow_mouse = 1;
|
follow_mouse = 1;
|
||||||
|
|
||||||
touchpad = {
|
touchpad = {
|
||||||
natural_scroll = false;
|
natural_scroll = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
sensitivity = 0; # -1.0 - 1.0, 0 means no modification.
|
sensitivity = 0; # -1.0 - 1.0, 0 means no modification.
|
||||||
|
|||||||
Reference in New Issue
Block a user