From a29cfa5dd0aeb3342e1faf6134be6006e3f2c5fe Mon Sep 17 00:00:00 2001 From: Rico Tiongson Date: Sat, 30 Sep 2017 11:28:01 +0800 Subject: [PATCH] Prettify defaults.conf --- src/defaults.conf | 52 ++++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 28 deletions(-) diff --git a/src/defaults.conf b/src/defaults.conf index 8349171..2bda5f7 100644 --- a/src/defaults.conf +++ b/src/defaults.conf @@ -2,68 +2,64 @@ # may edit this configuration file if you have different keyboard shortcuts # that you would like to use. You can ignore a gesture by commenting out with # a pound(#) symbol. +# # Refer to https://www.linux.org/threads/xdotool-keyboard.10528/ for a list of # keycodes you can use. - - -# THREE FINGER SWIPE - +###################### +# THREE FINGER SWIPE # +###################### # 3-finger swipe left # The default shortcut is switching to the right workspace. -# Default: left3=ctrl+alt+Right -left3=ctrl+alt+Right +# Default: left3 = ctrl+alt+Right +left3 = ctrl+alt+Right # 3-finger swipe right # The default shortcut is switching to the left workspace. -# Default: right3=ctrl+alt+Left -right3=ctrl+alt+Left +# Default: right3 = ctrl+alt+Left +right3 = ctrl+alt+Left # 3-finger swipe up # The default shortcut is window spread. -# Default: up3=super+w -up3=super+w +# Default: up3 = super+w +up3 = super+w # 3-finger swipe down # The default shortcut is window spread. -# Default: down3=super+w -down3=super+w - - - -# FOUR FINGER SWIPE - +# Default: down3 = super+w +down3 = super+w +##################### +# FOUR FINGER SWIPE # +##################### # 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 +left4 = ctrl+alt+shift+Right # 4-finger swipe right # The default shortcut is moving current window to the left workspace. # Default: right4=ctrl+alt+shift+Left -right4=ctrl+alt+shift+Left +right4 = ctrl+alt+shift+Left # 4-finger swipe up # The default shortcut is show desktop. # Default: up4=super+d -up4=super+d +up4 = super+d # 4-finger swipe down # The default shortcut is show desktop. # Default: down4=super+d -down4=super+d - - - -# MISCELLANEOUS - +down4 = super+d +################# +# MISCELLANEOUS # +################# # Threshold # Tweak this value depending on the sensitivity of your mousepad to perform # gestures. A higher value means less sensitive. -# Default: threshold=20 -threshold=20 +# Default: threshold = 20 +threshold = 20