Prettify defaults.conf
This commit is contained in:
parent
659268a890
commit
7b703d9c5c
@ -2,68 +2,64 @@
|
|||||||
# may edit this configuration file if you have different keyboard shortcuts
|
# 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
|
# that you would like to use. You can ignore a gesture by commenting out with
|
||||||
# a pound(#) symbol.
|
# a pound(#) symbol.
|
||||||
|
#
|
||||||
# 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.
|
||||||
|
|
||||||
|
######################
|
||||||
|
# THREE FINGER SWIPE #
|
||||||
# THREE 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
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
# 3-finger swipe up
|
# 3-finger swipe up
|
||||||
# The default shortcut is window spread.
|
# The default shortcut is window spread.
|
||||||
# Default: up3=super+w
|
# Default: up3 = super+w
|
||||||
up3=super+w
|
up3 = super+w
|
||||||
|
|
||||||
# 3-finger swipe down
|
# 3-finger swipe down
|
||||||
# The default shortcut is window spread.
|
# The default shortcut is window spread.
|
||||||
# Default: down3=super+w
|
# Default: down3 = super+w
|
||||||
down3=super+w
|
down3 = super+w
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# FOUR FINGER SWIPE
|
|
||||||
|
|
||||||
|
|
||||||
|
#####################
|
||||||
|
# FOUR FINGER SWIPE #
|
||||||
|
#####################
|
||||||
|
|
||||||
# 4-finger swipe left
|
# 4-finger swipe left
|
||||||
# The default shortcut is moving current window to the right workspace.
|
# The default shortcut is moving current window to the right workspace.
|
||||||
# Default: left4=ctrl+alt+shift+Right
|
# Default: left4=ctrl+alt+shift+Right
|
||||||
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
|
||||||
|
|
||||||
# 4-finger swipe up
|
# 4-finger swipe up
|
||||||
# The default shortcut is show desktop.
|
# The default shortcut is show desktop.
|
||||||
# Default: up4=super+d
|
# Default: up4=super+d
|
||||||
up4=super+d
|
up4 = super+d
|
||||||
|
|
||||||
# 4-finger swipe down
|
# 4-finger swipe down
|
||||||
# The default shortcut is show desktop.
|
# The default shortcut is show desktop.
|
||||||
# Default: down4=super+d
|
# Default: down4=super+d
|
||||||
down4=super+d
|
down4 = super+d
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 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.
|
||||||
# Default: threshold=20
|
# Default: threshold = 20
|
||||||
threshold=20
|
threshold = 20
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user