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-4
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,11 @@
1
1
# ModernWindowManager #
2
2
3
-
This is a [Gnome Shell](https://wiki.gnome.org/Projects/GnomeShell) extension which provides a windows tiling system, supporting multiple monitors and focused on providing the best UX. It is also the first and only extension which provides Windows 11's snap assistant!
3
+
This is a Gnome Shell extension implementing modern windows tiling system by extending GNOME's default 2 columns to any layout you want! It has the same UI of your GNOME theme, it supports multiple monitors and spanning of multiple tiles. It is also the first and only extension that provides Windows 11's snap assistant and supports multi monitors with different scaling factors!
4
4
5
-
Can be installed on Gnome Shells from 40 to 44 on X11 and Wayland.
5
+
Can be installed on Gnome Shells from 40 to 44 on X11 and Wayland. This extension also provides all the functionalities of Windows 11 Snap Assistant and Windows PowerToys FancyZones.
6
6
7
7
Have issues, you want to suggest a new feature or contribute? Please open a new [issue](https://github.com/domferr/modernwindowmanager/issues)!
8
8
9
-
If you're in search of a tiling manager for GNOME or if you are looking for features akin to Windows 11 Snap Assistant or Windows PowerToys FancyZones, this extension is the perfect solution for you!
10
-
11
9
## Usage ##
12
10
13
11
### Tiling System ###
@@ -33,8 +31,13 @@ The layout is not strict. You can select multiple tiles too! Just press <kbd>SHI
33
31
34
32
## Installation
35
33
34
+
Download the latest [release](https://github.com/domferr/modernwindowmanager/releases). Extract the downloaded archive. Copy the folder to `~/.local/share/gnome-shell/extensions` directory. You need to reload GNOME Shell afterwards (e.g. by logging out). Then you can enable the extension:
Currently, this extension is not on [extensions.gnome.org](https://extensions.gnome.org/extension/6099/paperwm/). However, if you are interested we can publish it there. Let us know by opening a new [issue](https://github.com/domferr/modernwindowmanager/issues)!
//debug(`constructor, tile color is ${this._backgroundColor.red} ${this._backgroundColor.green} ${this._backgroundColor.blue} ${this._backgroundColor.alpha}`);
0 commit comments