Browse Source

move config directories into a config location

Andrew Swistak 11 years ago
parent
commit
91ea626dba

+ 0 - 0
conky/conkyrc → config/conky/conkyrc


+ 0 - 0
conky/conkyrings.lua → config/conky/conkyrings.lua


+ 0 - 0
openbox/autostart → config/openbox/autostart


+ 0 - 0
openbox/environment → config/openbox/environment


+ 0 - 0
openbox/menu.xml → config/openbox/menu.xml


+ 0 - 0
openbox/rc.xml → config/openbox/rc.xml


+ 0 - 0
tint2/default.tint2rc → config/tint2/default.tint2rc


+ 0 - 0
tint2/snap.jpg → config/tint2/snap.jpg


+ 0 - 0
tint2/tint2confrc → config/tint2/tint2confrc


+ 0 - 0
tint2/tint2rc → config/tint2/tint2rc


+ 0 - 0
tint2/tint2rc.bak → config/tint2/tint2rc.bak


+ 29 - 0
config/touchegg/touchegg.conf

@@ -0,0 +1,29 @@
+<touchégg>
+
+    <settings>
+        <property name="composed_gestures_time">0</property>
+    </settings>
+
+    <application name="All">
+        <gesture type="TAP" fingers="2" direction="">
+            <action type="MOUSE_CLICK">BUTTON=2</action>
+        </gesture>
+
+        <gesture type="TAP" fingers="3" direction="">
+            <action type="MOUSE_CLICK">BUTTON=3</action>
+        </gesture>
+
+        <gesture type="DRAG" fingers="2" direction="ALL">
+            <action type="SCROLL">SPEED=1:INVERTED=true</action>
+        </gesture>
+
+        <gesture type="DRAG" fingers="3" direction="ALL">
+            <action type="MOVE_WINDOW"></action>
+        </gesture>
+
+        <gesture type="PINCH" fingers="3" direction="ALL">
+            <action type="RESIZE_WINDOW"></action>
+        </gesture>
+    </application>
+
+</touchégg>