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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Have questions or comments? Please ask on our [Github Discussions](https://gith
16
16
17
17
### Install via [extensions.gnome.org](https://extensions.gnome.org/extension/6099/paperwm/) (recommended)
18
18
19
-
[<imgalt="Intall it on extensions.gnome.org"src="media/get-it-on-ego.svg"width="150px">](https://extensions.gnome.org/extension/6099/paperwm/)
19
+
[<imgalt="Install it on extensions.gnome.org"src="media/get-it-on-ego.svg"width="150px">](https://extensions.gnome.org/extension/6099/paperwm/)
20
20
21
21
### Install via Source
22
22
@@ -49,7 +49,7 @@ To uninstall simply run `./uninstall.sh`.
49
49
Running the extension will automatically install a user config file as described in [User configuration & development](#user-configuration--development).
50
50
51
51
## Contributing
52
-
Users are enouraged to submit [issues](https://github.com/paperwm/PaperWM/issues/new/choose) and [Pull Requests](https://github.com/paperwm/PaperWM/pulls)!
52
+
Users are encouraged to submit [issues](https://github.com/paperwm/PaperWM/issues/new/choose) and [Pull Requests](https://github.com/paperwm/PaperWM/pulls)!
53
53
54
54
>#### ➡️ Please ensure pull requests are based off, and submitted to, [develop](https://github.com/paperwm/PaperWM/tree/develop) branch.
55
55
>
@@ -63,15 +63,15 @@ Most keybindings start with the <kbd>Super</kbd> modifier (by default), which is
63
63
64
64
Most keybindings will grab the keyboard while <kbd>Super</kbd> is held down, only switching focus when <kbd>Super</kbd> is released. <kbd>Escape</kbd> will abort the navigation taking you back to the previously active window.
65
65
66
-
All PaperWM keybinds can be changed (and disabled) via PaperWM extension settings.
66
+
All PaperWM keybinds can be changed (and disabled) via PaperWM extension settings, which can be accessed through [`Extensions`](https://apps.gnome.org/Extensions/) ⟶ `PaperWM` ⟶ `Settings`.
67
67
68
68
Window management and navigation is based around the three following concepts.
69
69
70
70
### Scrollable window tiling ###
71
71
72
72

73
73
74
-
New windows are automatically tiled to the right of the active window (see [here](#window-insertion-position-for-new-windows) for dynamically changing the insertion position of new windows), taking up as much height as possible. <kbd>Super</kbd><kbd>Return</kbd> will open a new window of the same type as the active window.
74
+
New windows are automatically tiled to the right of the active window (see [here](#window-insertion-position-for-new-windows-and-dropped-windows-in-take-mode) for dynamically changing the insertion position of new windows), taking up as much height as possible. <kbd>Super</kbd><kbd>Return</kbd> will open a new window of the same type as the active window.
75
75
76
76
Activating a window will ensure it's fully visible, scrolling the tiling if necessary. By default, pressing <kbd>Super</kbd><kbd>.</kbd> activates the window to the right. <kbd>Super</kbd><kbd>,</kbd> activates the window to the left. On a US keyboard these keys are intuitively marked by <kbd><</kbd> and <kbd>></kbd>, they are also ordered the same way on almost all keyboard layouts. Navigating around windows brings up the minimap as can be seen in the above screenshot. The minimap will stay visible as long as <kbd>Super</kbd> is continually being pressed.
77
77
@@ -250,7 +250,7 @@ _Note: changing this setting during a PaperWM session will set all spaces to the
250
250
251
251
### Hiding the focus mode icon
252
252
253
-
Users may also prefer to hide the focus mode icon. You can do so from the `Avanced` tab in PaperWM extension settings:
253
+
Users may also prefer to hide the focus mode icon. You can do so from the `Advanced` tab in PaperWM extension settings:
254
254
255
255
<img alt="Hiding the focus mode icon" src="media/hide-focus-mode-icon.png" width="560px">
256
256
@@ -271,7 +271,7 @@ The `wm_class` or `title` of a window can be found by using looking glass: <kbd>
271
271
272
272
### Setting a default window property rule
273
273
274
-
You can use the functionality defined in the [setting window specific properities](#setting-window-specific-properties) section to define a `default` window property rule that will be applied to all windows NOT matched by a more specific window property rule.
274
+
You can use the functionality defined in the [setting window specific properties](#setting-window-specific-properties) section to define a `default` window property rule that will be applied to all windows NOT matched by a more specific window property rule.
275
275
276
276
You do this by using the special "match all" operator `*` as an input for `wm_class` or `title`. The below image shows setting a default `Preferred width` value of `50%`.
277
277
@@ -306,7 +306,7 @@ _Selecting all windows across spaces to close at once (pressing `q`):_
0 commit comments