You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -95,13 +95,13 @@ Swiping the trackpad horizontally with three fingers (only available in Wayland)
95
95
| <kbd>Ctrl</kbd><kbd>Alt</kbd><kbd>Tab</kbd> | Cycle through previously active scratch windows |
96
96
| <kbd>Shift</kbd><kbd>Ctrl</kbd><kbd>Alt</kbd><kbd>Tab</kbd> | Cycle through previously active scratch windows (backward order) |
97
97
| <kbd>Shift</kbd><kbd>Super</kbd><kbd>C</kbd> | Switch between window focus modes |
98
-
| <kbd>Shift</kbd><kbd>Super</kbd><kbd>W</kbd> | Switch between positions for creating new windows |
99
-
| _Not set by default (set in extension settings)_ | Create new windows to the right of current window |
100
-
| _Not set by default (set in extension settings)_ | Create new windows to the left of current window |
101
-
| _Not set by default (set in extension settings)_ | Create new windows in vertical stack (down) |
102
-
| _Not set by default (set in extension settings)_ | Create new windows in vertical stack (up) |
103
-
| _Not set by default (set in extension settings)_ | Create new windows at start position |
104
-
| _Not set by default (set in extension settings)_ | Create new windows at end position |
98
+
| <kbd>Shift</kbd><kbd>Super</kbd><kbd>W</kbd> | Switch between positions for creating/dropping new windows |
99
+
| _Not set by default (set in extension settings)_ | Create/drop windows to the right of current window |
100
+
| _Not set by default (set in extension settings)_ | Create/drop windows to the left of current window |
101
+
| _Not set by default (set in extension settings)_ | Create/drop windows in vertical stack (down) |
102
+
| _Not set by default (set in extension settings)_ | Create/drop windows in vertical stack (up) |
103
+
| _Not set by default (set in extension settings)_ | Create/drop windows at start position |
104
+
| _Not set by default (set in extension settings)_ | Create/drop windows at end position |
105
105
| <kbd>Super</kbd><kbd>Ctrl</kbd><kbd>,</kbd> or <kbd>Super</kbd><kbd>Ctrl</kbd><kbd>.</kbd> | Move the current window to the left or right |
106
106
| <kbd>Shift</kbd><kbd>Super</kbd><kbd>,</kbd> or <kbd>Shift</kbd><kbd>Super</kbd><kbd>.</kbd> | Move the current window to the left or right |
107
107
| <kbd>Super</kbd><kbd>Ctrl</kbd><kbd>Left</kbd> or <kbd>Super</kbd><kbd>Ctrl</kbd><kbd>Right</kbd> | Move the current window to the left or right |
@@ -280,9 +280,9 @@ You do this by using the special "match all" operator `*` as an input for `wm_cl
280
280
This special operator is at a lower precedence, so more specific properties that match a window will always take precedence and be applied.
281
281
282
282
283
-
## Window insertion position for new windows
283
+
## Window insertion position for new windows (and dropped windows in `take` mode)
284
284
285
-
By default PaperWM inserts new windows to the right of the currently active window. This behaviour can be changed via PaperWM settings, or with the `Open Window Position` button/icon (which is to the right of the focus mode icon):
285
+
By default PaperWM inserts new windows (and drops windows in `take` mode, see [Managing multiple windows at once](#managing-multiple-windows-at-once)) to the right of the currently active window. This behaviour can be changed via PaperWM settings, or with the `Open Window Position` button/icon (which is to the right of the focus mode icon):
0 commit comments