commit 8dc558989a6e8b435a619fe5f919879eb8fa73eb parent 581ea205cc08b3031313e1cec8d9b09b3db30073 Author: dwrz <dwrz@dwrz.net> Date: Sat, 7 Sep 2024 22:13:46 +0000 Add touchegg conf Diffstat:
A | touchegg/touchegg.conf | | | 35 | +++++++++++++++++++++++++++++++++++ |
1 file changed, 35 insertions(+), 0 deletions(-)
diff --git a/touchegg/touchegg.conf b/touchegg/touchegg.conf @@ -0,0 +1,35 @@ +<touchégg> + <settings> + <property name="action_execute_threshold">20</property> + </settings> + <application name="All"> + <gesture type="SWIPE" fingers="3" direction="UP"> + <action type="RUN_COMMAND"> + <command> + rofi -show combi -show-icons + </command> + <on>begin</on> + </action> + </gesture> + <gesture type="SWIPE" fingers="3" direction="DOWN"> + <action type="RUN_COMMAND"> + <command> + onboard + </command> + <on>begin</on> + </action> + </gesture> + <gesture type="TAP" fingers="2"> + <action type="MOUSE_CLICK"> + <button>3</button> + <on>begin</on> + </action> + </gesture> + <gesture type="TAP" fingers="3"> + <action type="MOUSE_CLICK"> + <button>2</button> + <on>begin</on> + </action> + </gesture> + </application> +</touchégg>