WinTile is a hotkey driven window tiling system for GNOME that imitates the standard Win-Arrow keys of Windows 10, allowing you to maximize, maximize to sides, or 1/4 sized to corner across a single or multiple monitors using just Super+Arrow. As of v14, WinTile also supports: - 2-5 columns and 1-4 rows for standard or ultrawide monitors - Top/bottom half support - Mouse preview and snapping for placing windows - 'Maximize' mode, which adds/removes GNOME animations - 'Ultrawide-only' mode, to allow standard screens to have different cols/row than ultrawides - Portrait screens will automatically swap columns and rows - Add gaps around tiles to avoid the 'crowded elevator' feeling' - Ctrl+Super+Arrow to grow a tile in that direction if space is available - Ctrl+drag to drop a tile in a specific spot - Ctrl+Super+drag to draw a grid for the new tile
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
15 | Active |
14 | Active |
13 | Active |
12 | Active |
11 | Rejected |
10 | Rejected |
9 | Rejected |
8 | Rejected |
7 | Active |
6 | Active |
5 | Active |
4 | Active |
3 | Inactive |
2 | Active |
1 | Rejected |
Hi, I've tried to upload v11 which is a rewrite on the rejections from 10, but I think since 10 is stuck in unreviewed things have gone wonky. How should I proceed?
1. Rejected because `disable` won't getting called in prefs.js (line 36). Just create `gsettings` inside `buildPrefsWidget` and; attach it to the prefs widget to avoid garbage collecting before window close: ```js const gsettings = ExtensionUtils.getSettings(); layout._gsettings = gsettings; ``` 2. You can remove older than 3.36 and use `ExtensionUtils.getSettings()` instead of line 1188-1190 (extension.js), 22-30 (prefs.js).
Hi, there is another extension posted here: https://extensions.gnome.org/review/42762 Seems `GrylledCheez` is another maintainer of this extension. If you are busy, you can share the password with `GrylledCheez` or change the email and username to move the ownership to `GrylledCheez`: https://extensions.gnome.org/accounts/settings
I'm not sure why he submitted another extension. He's currently contributing to the main repo, but I've had people contribute and disappear before. I've been holding off until I was sure the version he created worked across a myriad of platforms, which I've been testing this weekend and seem to be working, so I'll be resubmitting here shortly.
I actually just tried to submit v12, but it's not showing up in the reviews. Is there something I should shift?
Version is auto increment here and it will be generated automatically on each upload.