Skip to content

Commit 4043028

Browse files
committed
Merge branch 'develop' into release
2 parents 2c3e76a + cb7070b commit 4043028

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Have questions or comments? Please ask on our [Github Discussions](https://gith
1616

1717
### Install via [extensions.gnome.org](https://extensions.gnome.org/extension/6099/paperwm/) (recommended)
1818

19-
[<img alt="Intall it on extensions.gnome.org" src="media/get-it-on-ego.svg" width="150px">](https://extensions.gnome.org/extension/6099/paperwm/)
19+
[<img alt="Install it on extensions.gnome.org" src="media/get-it-on-ego.svg" width="150px">](https://extensions.gnome.org/extension/6099/paperwm/)
2020

2121
### Install via Source
2222

@@ -49,7 +49,7 @@ To uninstall simply run `./uninstall.sh`.
4949
Running the extension will automatically install a user config file as described in [User configuration & development](#user-configuration--development).
5050
5151
## 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)!
5353
5454
> #### ➡️ Please ensure pull requests are based off, and submitted to, [develop](https://github.com/paperwm/PaperWM/tree/develop) branch.
5555
>
@@ -63,15 +63,15 @@ Most keybindings start with the <kbd>Super</kbd> modifier (by default), which is
6363
6464
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.
6565
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`.
6767
6868
Window management and navigation is based around the three following concepts.
6969
7070
### Scrollable window tiling ###
7171
7272
![The window tiling with the minimap shown](https://github.com/paperwm/media/blob/master/tiling.png)
7373
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.
7575
7676
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.
7777
@@ -250,7 +250,7 @@ _Note: changing this setting during a PaperWM session will set all spaces to the
250250
251251
### Hiding the focus mode icon
252252
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:
254254
255255
<img alt="Hiding the focus mode icon" src="media/hide-focus-mode-icon.png" width="560px">
256256
@@ -271,7 +271,7 @@ The `wm_class` or `title` of a window can be found by using looking glass: <kbd>
271271
272272
### Setting a default window property rule
273273
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.
275275
276276
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%`.
277277
@@ -306,7 +306,7 @@ _Selecting all windows across spaces to close at once (pressing `q`):_
306306
307307
https://github.com/paperwm/PaperWM/assets/30424662/e6596de2-f5f7-46af-b447-044f17f326f9
308308
309-
_Reordring "taken" windows and selectively dropping them:_
309+
_Reordering "taken" windows and selectively dropping them:_
310310
311311
https://github.com/paperwm/PaperWM/assets/30424662/c7c50471-f352-4693-a936-2e711189f933
312312

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"url": "https://github.com/paperwm/PaperWM",
66
"settings-schema": "org.gnome.shell.extensions.paperwm",
77
"shell-version": [ "45", "46" ],
8-
"version-name": "46.17.0",
8+
"version-name": "46.17.1",
99
"donations": {
1010
"buymeacoffee": "jaytaala",
1111
"patreon": "valpackett"

schemas/org.gnome.shell.extensions.paperwm.gschema.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@
594594

595595
<key type="d" name="window-switcher-preview-scale">
596596
<default>0.15</default>
597-
<summary>Scale of window switch previewse. Scale is percent of actual window size</summary>
597+
<summary>Scale of window switch previews. Scale is percent of actual window size</summary>
598598
</key>
599599

600600
<key type="b" name="only-scratch-in-overview">
@@ -730,7 +730,7 @@
730730

731731
<key type="i" name="drag-drift-speed">
732732
<default>2</default>
733-
<summary>Drift speed (px/ms) when mouse is at edge of montior when dragging windows</summary>
733+
<summary>Drift speed (px/ms) when mouse is at edge of monitor when dragging windows</summary>
734734
</key>
735735

736736
<key type="d" name="overview-max-window-scale">

0 commit comments

Comments
 (0)