kinda like these settings

This commit is contained in:
2026-06-14 22:37:06 +05:30
parent c9df603a8a
commit 416542a0ad
+7 -3
View File
@@ -10,15 +10,19 @@
SwipeDLUR, SwipeURDL, SwipeDRUL, SwipeULDR
*/
unsigned int distancethreshold = 300;
unsigned int degreesleniency = 15;
unsigned int distancethreshold = 20;
unsigned int degreesleniency = 35;
unsigned int timeoutms = 800;
unsigned int orientation = 0;
unsigned int orientation = 2;
unsigned int verbose = 0;
char *device = "/dev/input/event1";
Gesture gestures[] = {
/* nfingers gesturetype command */
{ 3, SwipeRL, "wtype -k right" },
{ 3, SwipeLR, "wtype -k left" },
{ 4, SwipeLR, "swaymsg workspace prev_on_output" },
{ 4, SwipeRL, "swaymsg workspace next_on_output" },
{ 5, SwipeLR, "wayscriber --daemon-toggle" },
{ 5, SwipeRL, "wayscriber --daemon-toggle" },
};