From 49d38e2210bac94c7cfe3d0dc3edb55ec6dcbc33 Mon Sep 17 00:00:00 2001 From: kevinnls Date: Sun, 14 Jun 2026 21:53:23 +0530 Subject: [PATCH] test configuration --- config.def.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/config.def.h b/config.def.h index 641de0d..c8cb63a 100644 --- a/config.def.h +++ b/config.def.h @@ -19,14 +19,6 @@ char *device = "/dev/input/event1"; Gesture gestures[] = { /* nfingers gesturetype command */ - { 1, SwipeLR, "xdotool key --clearmodifiers Alt+Shift+e" }, - { 1, SwipeRL, "xdotool key --clearmodifiers Alt+Shift+r" }, - { 1, SwipeDLUR, "sxmo_vol.sh up" }, - { 1, SwipeURDL, "sxmo_vol.sh down" }, - { 1, SwipeDRUL, "sxmo_brightness.sh up" }, - { 1, SwipeULDR, "sxmo_brightness.sh down" }, - { 2, SwipeLR, "xdotool key --clearmodifiers Alt+e" }, - { 2, SwipeRL, "xdotool key --clearmodifiers Alt+r" }, - { 2, SwipeDU, "pidof svkbd-sxmo || svkbd-sxmo &" }, - { 2, SwipeUD, "pkill -9 svkbd-sxmo" }, + { 4, SwipeLR, "swaymsg workspace prev_on_output" }, + { 4, SwipeRL, "swaymsg workspace next_on_output" }, };