Skip to content

Commit

Permalink
add touchegg config
Browse files Browse the repository at this point in the history
  • Loading branch information
imryche committed Dec 4, 2022
1 parent f7dd0ca commit b213b3f
Showing 1 changed file with 103 additions and 0 deletions.
103 changes: 103 additions & 0 deletions touchegg/.config/touchegg/touchegg.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
<touchégg>
<settings>
<property name="animation_delay">150</property>
<property name="action_execute_threshold">20</property>
<property name="color">auto</property>
<property name="borderColor">auto</property>
</settings>
<application name="All">
<gesture type="SWIPE" fingers="3" direction="UP">
<action type="RUN_COMMAND">
<repeat>false</repeat>
<command>dbus-send --session --dest=com.System76.PopShell --type=method_call /com/System76/PopShell com.System76.PopShell.FocusUp</command>
<on>begin</on>
</action>
</gesture>
<gesture type="SWIPE" fingers="3" direction="DOWN">
<action type="RUN_COMMAND">
<repeat>false</repeat>
<command>dbus-send --session --dest=com.System76.PopShell --type=method_call /com/System76/PopShell com.System76.PopShell.FocusDown</command>
<on>begin</on>
</action>
</gesture>
<gesture type="SWIPE" fingers="3" direction="LEFT">
<action type="RUN_COMMAND">
<repeat>false</repeat>
<command>dbus-send --session --dest=com.System76.PopShell --type=method_call /com/System76/PopShell com.System76.PopShell.FocusLeft</command>
<on>begin</on>
</action>
</gesture>
<gesture type="SWIPE" fingers="3" direction="RIGHT">
<action type="RUN_COMMAND">
<repeat>false</repeat>
<command>dbus-send --session --dest=com.System76.PopShell --type=method_call /com/System76/PopShell com.System76.PopShell.FocusRight</command>
<on>begin</on>
</action>
</gesture>
<gesture type="SWIPE" fingers="4" direction="LEFT">
<action type="RUN_COMMAND">
<repeat>false</repeat>
<command>dbus-send --session --dest=com.System76.Cosmic --type=method_call /com/System76/Cosmic com.System76.Cosmic.GestureLeft</command>
<on>begin</on>
</action>
</gesture>
<gesture type="SWIPE" fingers="4" direction="RIGHT">
<action type="RUN_COMMAND">
<repeat>false</repeat>
<command>dbus-send --session --dest=com.System76.Cosmic --type=method_call /com/System76/Cosmic com.System76.Cosmic.GestureRight</command>
<on>begin</on>
</action>
</gesture>
<gesture type="SWIPE" fingers="4" direction="UP">
<action type="GNOME_SHELL"></action>
</gesture>
<gesture type="SWIPE" fingers="4" direction="DOWN">
<action type="GNOME_SHELL"></action>
</gesture>

<gesture type="SWIPE" fingers="4" direction="UP"><action type="GNOME_SHELL"></action></gesture>
<gesture type="SWIPE" fingers="4" direction="DOWN"><action type="GNOME_SHELL"></action></gesture>
<gesture type="SWIPE" fingers="4" direction="UP"><action type="GNOME_SHELL"></action></gesture>
<gesture type="SWIPE" fingers="4" direction="DOWN"><action type="GNOME_SHELL"></action></gesture>
</application>
<application name="brave-browser">
<gesture type="SWIPE" fingers="3" direction="LEFT">
<action type="SEND_KEYS">
<modifiers>Alt_L</modifiers>
<keys>Right</keys>
<repeat>false</repeat>
<animation>NONE</animation>
<on>begin</on>
</action>
</gesture>
<gesture type="SWIPE" fingers="3" direction="RIGHT">
<action type="SEND_KEYS">
<modifiers>Alt_L</modifiers>
<keys>Left</keys>
<repeat>false</repeat>
<animation>NONE</animation>
<on>begin</on>
</action>
</gesture>
</application>
<application name="google-chrome">
<gesture type="SWIPE" fingers="3" direction="LEFT">
<action type="SEND_KEYS">
<modifiers>Alt_L</modifiers>
<keys>Right</keys>
<repeat>false</repeat>
<animation>NONE</animation>
<on>begin</on>
</action>
</gesture>
<gesture type="SWIPE" fingers="3" direction="RIGHT">
<action type="SEND_KEYS">
<modifiers>Alt_L</modifiers>
<keys>Left</keys>
<repeat>false</repeat>
<animation>NONE</animation>
<on>begin</on>
</action>
</gesture>
</application>
</touchégg>

0 comments on commit b213b3f

Please sign in to comment.