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
+12-9Lines changed: 12 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,20 @@ You can select the window with mouse, as well as with arrow keys + `Enter`.
8
8
To dismiss the assist, hit `Escape` key, press the close button or click anywhere on the empty area.
9
9
Script also supports quarter and triple tiling: you can switch layouts with the `Tab` key or using the button in corner.
10
10
11
-
Since version `1.4`, there are now experimental options for *enhanced* snapped windows management:
12
-
- Minimize/restore snapped windows together
13
-
- Raise snapped windows together
14
-
- On close snapped window, try to fill the area
11
+
Ideas, suggestions, bugs reports and contributions to the project are welcome!
15
12
16
-
When you enable any of these options in settings, the script will start tracking windows snapped with the script. Group of snapped windows is remembered once you fill the layout using the assist. Window is no longer considered snapped once it was closed or moved manually using the mouse.
17
-
Snap groups are not persistent, and likely will be needed to recreate on each reboot.
13
+

18
14
19
-
Ideas, suggestions, bugs reports and contributions to the project are welcome!
15
+
---
16
+
### Snap Groups
17
+
18
+
Since version `1.4`, there are also experimental *snap group* features:
19
+
- Minimize/restore snapped windows together ([demo](./assets/demos/snap%20groups/minimize-together.gif))
20
+
- Raise snapped windows together ([demo](./assets/demos/snap%20groups/raise-together.gif))
21
+
- On close snapped window, try to fill the area ([demo](./assets/demos/snap%20groups/fill-on-close.gif))
22
+
- Try to fit snapped window in group behind ([demo](./assets/demos/snap%20groups/fit-in-group-behind.gif))
When you enable any of these options in the script settings, it will start tracking windows snapped via the script. Group of snapped windows is remembered once you fill the layout using the assist. Window is no longer considered snapped once it was closed or moved manually using the mouse (sometimes you need to do it twice to break it from the group). Snap groups are not persistent, and should be recreated after each reboot.
22
25
23
26
---
24
27
### Manual Installation
@@ -32,7 +35,7 @@ In order to install this script manually from GitHub, you'd need to:
32
35
### Troubleshooting
33
36
- To apply the new settings, you may need to re-enable the script or restart KWin. The same is recommended if you switch from one version of the script to another
34
37
- Assist will not show if you have no other windows matching the conditions set in the script settings. For example, by default the script does not show windows from other screens — so, if you have only one window on the current screen, assist will not show
35
-
- Script settings button is not visible, or complains that "Plugin doesn't provide configuration file in the expected location" — this is a known KWin's bug, not related to the script. Make sure your system is up-to-date, as it seems to be fixed now. If it doesn't help, you can also try to install the script [manually](https://github.com/emvaized/kde-snap-assist#manual-installation).
38
+
- Script settings button is not visible, or complains that "Plugin doesn't provide configuration file in the expected location" — this is a known KWin's bug, not related to the script. Make sure your system is up-to-date, as it seems to be fixed now. If it doesn't help, you can also try to install the script [manually](https://github.com/emvaized/kde-snap-assist#manual-installation)
0 commit comments