diff options
-rw-r--r-- | gui/touchegg.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/touchegg.nix b/gui/touchegg.nix index aaa2195..8e5cb6b 100644 --- a/gui/touchegg.nix +++ b/gui/touchegg.nix @@ -7,10 +7,10 @@ <touchégg> <application name="All"> <gesture type="DRAG" fingers="3" direction="LEFT"> - <action type="RUN_COMMAND">${uictrl}/bin/uictrl prev</action> + <action type="RUN_COMMAND">${uictrl}/bin/uictrl next</action> </gesture> <gesture type="DRAG" fingers="3" direction="RIGHT"> - <action type="RUN_COMMAND">${uictrl}/bin/uictrl next</action> + <action type="RUN_COMMAND">${uictrl}/bin/uictrl prev</action> </gesture> <gesture type="TAP" fingers="2"> <action type="MOUSE_CLICK">BUTTON=3</action> |