Last active
September 23, 2016 17:20
-
-
Save kjelly/a7da22a13c739879fc2fe9e5b7e1fa6a to your computer and use it in GitHub Desktop.
touchegg config for elementary os
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dconf load /org/gnome/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[nm-applet/eap/dcb20881-76f2-40ee-abb1-1e74641437cb] | |
ignore-phase2-ca-cert=false | |
ignore-ca-cert=false | |
[settings-daemon/plugins/media-keys] | |
custom-keybindings=['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/'] | |
terminal='<Super>t' | |
[settings-daemon/plugins/media-keys/custom-keybindings/custom0] | |
binding='<Super>Return' | |
command='xfce4-terminal' | |
name='xfce4-terminal' | |
[evolution-data-server] | |
migrated=true | |
[desktop/peripherals/touchpad] | |
natural-scroll=false | |
speed=-0.672189349112426 | |
tap-to-click=true | |
[desktop/peripherals/touchscreens/04f3:2039] | |
display=['AUO', '0x235c', '0x00000000'] | |
[desktop/peripherals/touchscreens/feed:1307] | |
display=['AUO', '0x235c', '0x00000000'] | |
[desktop/peripherals/mouse] | |
speed=-0.80000000000000004 | |
[desktop/interface] | |
gtk-im-module='gtk-im-context-simple' | |
toolkit-accessibility=false | |
[desktop/input-sources] | |
sources=[('xkb', 'us')] | |
xkb-options=['grp:alt_shift_toggle'] | |
[desktop/wm/keybindings] | |
panel-main-menu=['<Super>r'] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LeftEdge = 128 | |
RightEdge = 3085 | |
TopEdge = 96 | |
BottomEdge = 1698 | |
FingerLow = 25 | |
FingerHigh = 30 | |
MaxTapTime = 180 | |
MaxTapMove = 161 | |
MaxDoubleTapTime = 180 | |
SingleTapTimeout = 180 | |
ClickTime = 100 | |
EmulateMidButtonTime = 0 | |
EmulateTwoFingerMinZ = 282 | |
EmulateTwoFingerMinW = 7 | |
VertScrollDelta = 73 | |
HorizScrollDelta = 73 | |
VertEdgeScroll = 0 | |
HorizEdgeScroll = 0 | |
CornerCoasting = 0 | |
VertTwoFingerScroll = 1 | |
HorizTwoFingerScroll = 1 | |
MinSpeed = 1 | |
MaxSpeed = 1.75 | |
AccelFactor = 0.0543626 | |
TouchpadOff = 2 | |
LockedDrags = 0 | |
LockedDragTimeout = 5000 | |
RTCornerButton = 2 | |
RBCornerButton = 3 | |
LTCornerButton = 0 | |
LBCornerButton = 0 | |
TapButton1 = 1 | |
TapButton2 = 3 | |
TapButton3 = 0 | |
ClickFinger1 = 1 | |
ClickFinger2 = 3 | |
ClickFinger3 = 0 | |
CircularScrolling = 0 | |
CircScrollDelta = 0.1 | |
CircScrollTrigger = 0 | |
CircularPad = 0 | |
PalmDetect = 0 | |
PalmMinWidth = 10 | |
PalmMinZ = 200 | |
CoastingSpeed = 20 | |
CoastingFriction = 50 | |
PressureMotionMinZ = 30 | |
PressureMotionMaxZ = 160 | |
PressureMotionMinFactor = 1 | |
PressureMotionMaxFactor = 1 | |
ResolutionDetect = 1 | |
GrabEventDevice = 0 | |
TapAndDragGesture = 1 | |
AreaLeftEdge = 0 | |
AreaRightEdge = 0 | |
AreaTopEdge = 0 | |
AreaBottomEdge = 0 | |
HorizHysteresis = 18 | |
VertHysteresis = 18 | |
ClickPad = 1 | |
RightButtonAreaLeft = 1606 | |
RightButtonAreaRight = 0 | |
RightButtonAreaTop = 1471 | |
RightButtonAreaBottom = 0 | |
MiddleButtonAreaLeft = 0 | |
MiddleButtonAreaRight = 0 | |
MiddleButtonAreaTop = 0 | |
MiddleButtonAreaBottom = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<touchégg> | |
<settings> | |
<property name="composed_gestures_time">0</property> | |
</settings> | |
<application name="All"> | |
<gesture type="TAP" fingers="3"> | |
<action type="SEND_KEYS">Super+R</action> | |
</gesture> | |
<gesture type="DRAG" fingers="3" direction="UP"> | |
<action type="SEND_KEYS">Alt+F10</action> | |
</gesture> | |
<gesture type="DRAG" fingers="3" direction="DOWN"> | |
<action type="SEND_KEYS">Super+S</action> | |
</gesture> | |
<gesture type="DRAG" fingers="3" direction="LEFT"> | |
<action type="SEND_KEYS">Super+Right</action> | |
</gesture> | |
<gesture type="DRAG" fingers="3" direction="RIGHT"> | |
<action type="SEND_KEYS">Super+Left</action> | |
</gesture> | |
<gesture type="DRAG" fingers="4" direction="UP"> | |
<action type="SEND_KEYS">Super+S</action> | |
</gesture> | |
<gesture type="DRAG" fingers="4" direction="DOWN"> | |
<action type="SEND_KEYS">Super+S</action> | |
</gesture> | |
</application> | |
</touchégg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment