Compress default config

This commit is contained in:
Rico Tiongson 2019-03-03 22:58:51 +08:00
parent f41a509f6d
commit 831ec6fadd

View File

@ -5,59 +5,46 @@
# #
# Refer to https://www.linux.org/threads/xdotool-keyboard.10528/ for a list of # Refer to https://www.linux.org/threads/xdotool-keyboard.10528/ for a list of
# keycodes you can use. # keycodes you can use.
################# #################
# MISCELLANEOUS # # MISCELLANEOUS #
################# #################
# Threshold # Threshold
# Tweak this value depending on the sensitivity of your mousepad to perform # Tweak this value depending on the sensitivity of your mousepad to perform
# gestures. A higher value means less sensitive. # gestures. A higher value means less sensitive.
#
# (Note: Sky is the limit! Can be as large as 1000.0) # (Note: Sky is the limit! Can be as large as 1000.0)
#
# Default: threshold = 0.0 # Default: threshold = 0.0
threshold = 0.0 threshold = 0.0
############################# #############################
# THREE / FOUR FINGER SWIPE # # THREE / FOUR FINGER SWIPE #
############################# #############################
# 3-finger swipe left # 3-finger swipe left
# The default shortcut is switching to the right workspace. # The default shortcut is switching to the right workspace.
# Default: left3 = ctrl+alt+Right # Default: left3 = ctrl+alt+Right
left3 = ctrl+alt+Right left3 = ctrl+alt+Right
# 4-finger swipe left
# The default shortcut is moving current window to the right workspace.
# Default: left4=ctrl+alt+shift+Right
left4 = ctrl+alt+shift+Right
# 3-finger swipe right # 3-finger swipe right
# The default shortcut is switching to the left workspace. # The default shortcut is switching to the left workspace.
# Default: right3 = ctrl+alt+Left # Default: right3 = ctrl+alt+Left
right3 = ctrl+alt+Left right3 = ctrl+alt+Left
# 4-finger swipe left
# The default shortcut is moving current window to the right workspace.
# Default: left4=ctrl+alt+shift+Right
left4 = ctrl+alt+shift+Right
# 4-finger swipe right # 4-finger swipe right
# The default shortcut is moving current window to the left workspace. # The default shortcut is moving current window to the left workspace.
# Default: right4=ctrl+alt+shift+Left # Default: right4=ctrl+alt+shift+Left
right4 = ctrl+alt+shift+Left right4 = ctrl+alt+shift+Left
# 3-finger swipe up # 3-finger swipe up
# The default shortcut is switching to the workspace below. # The default shortcut is switching to the workspace below.
# Default: up3 = ctrl+alt+Down # Default: up3 = ctrl+alt+Down
up3 = ctrl+alt+Down up3 = ctrl+alt+Down
# 4-finger swipe up
# The default shortcut is moving current window to the bottom workspace.
# Default: ctrl+alt+shift+Down
up4 = ctrl+alt+shift+Down
# 3-finger swipe down # 3-finger swipe down
# The default shortcut is switching to the workspace above. # The default shortcut is switching to the workspace above.
# Default: down3 = ctrl+alt+Up # Default: down3 = ctrl+alt+Up
down3 = ctrl+alt+Up down3 = ctrl+alt+Up
# 4-finger swipe up
# The default shortcut is moving current window to the bottom workspace.
# Default: ctrl+alt+shift+Down
up4 = ctrl+alt+shift+Down
# 4-finger swipe down # 4-finger swipe down
# The default shortcut is moving current window to the above workspace. # The default shortcut is moving current window to the above workspace.
# Default: ctrl+alt+shift+Up # Default: ctrl+alt+shift+Up