hyprland: enable 3-finger touchpad workspace swipe
This commit is contained in:
parent
88e1b03f16
commit
94f5e3c64f
1 changed files with 6 additions and 0 deletions
|
|
@ -162,6 +162,12 @@ in
|
||||||
scroll_event_delay = 50;
|
scroll_event_delay = 50;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gestures = {
|
||||||
|
workspace_swipe = true;
|
||||||
|
workspace_swipe_fingers = 3;
|
||||||
|
workspace_swipe_forever = true;
|
||||||
|
};
|
||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
no_warps = true;
|
no_warps = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue