Skip to content

Commit dda91b7

Browse files
authored
Update wrong default config values in README
1 parent 4852993 commit dda91b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ comfortable-swipe restart
6161
Property | Description | Default Value | Default Behavior
6262
--------- | ----------- | -------------- | -----
6363
threshold | mouse pixels to activate swipe; higher = less sensitive; floating-point (Note: Sky is the limit! Can be as large as 1000.0) | 0.0
64-
left3 | 3-finger swipe left | ctrl+shift+Right | switch to right workspace
64+
left3 | 3-finger swipe left | ctrl+alt+Right | switch to right workspace
6565
left4 | 4-finger swipe left | ctrl+alt+shift+Right | move window to right workspace
66-
right3 | 3-finger swipe right | ctrl+shift+Left | switch to left workspace
66+
right3 | 3-finger swipe right | ctrl+alt+Left | switch to left workspace
6767
right4 | 4-finger swipe right | ctrl+alt+shift+Left | move window to left workspace
68-
up3 | 3-finger swipe up | ctrl+shift+Down | switch to bottom workspace
68+
up3 | 3-finger swipe up | ctrl+alt+Down | switch to bottom workspace
6969
up4 | 4-finger swipe up | ctrl+alt+shift+Down | move window to bottom workspace
70-
down3 | 3-finger swipe down | ctrl+shift+Down | switch to above workspace
70+
down3 | 3-finger swipe down | ctrl+alt+Down | switch to above workspace
7171
down4 | 4-finger swipe down | ctrl+alt+shift+Up | move window to above workpace
7272
7373
Taken from `man xdotool`:

0 commit comments

Comments
 (0)