config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

touchegg.conf (793B)


      1 <touchégg>
      2   <settings>
      3     <property name="action_execute_threshold">20</property>
      4   </settings>
      5   <application name="All">
      6     <gesture type="SWIPE" fingers="3" direction="UP">
      7       <action type="RUN_COMMAND">
      8 	<command>
      9 	  rofi -show combi -show-icons
     10 	</command>
     11 	<on>begin</on>
     12       </action>
     13     </gesture>
     14     <gesture type="SWIPE" fingers="3" direction="DOWN">
     15       <action type="RUN_COMMAND">
     16 	<command>
     17 	  onboard
     18 	</command>
     19 	<on>begin</on>
     20       </action>
     21     </gesture>
     22     <gesture type="TAP" fingers="2">
     23       <action type="MOUSE_CLICK">
     24 	<button>3</button>
     25 	<on>begin</on>
     26       </action>
     27     </gesture>
     28     <gesture type="TAP" fingers="3">
     29       <action type="MOUSE_CLICK">
     30 	<button>2</button>
     31 	<on>begin</on>
     32       </action>
     33     </gesture>
     34   </application>
     35 </touchégg>