
This is a Gnome Shell extension implementing modern windows tiling system by extending GNOME's default 2 columns to any layout you want! Can be installed on Gnome Shells from 42 to 50 on X11 and Wayland: the most recent GNOME Shell is supported, and older releases will include all the features and bug fixes!

See here the video overview
https://github.com/user-attachments/assets/2905f0a1-ecd4-47b5-a6bc-59f91716e685
Have issues, you want to suggest a new feature or contribute? Please open a new issue!
| ⬇️ Tiling System | ⬇️ Snap Assistant | ⬇️ Select a layout | ⬇️ Select multiple tiles |
|---|---|---|---|
| ⬇️ Layout editor | ⬇️ Smart resize | ⬇️ Tile with Keyboard | ⬇️ Edge Tiling |
| ⬇️ Tiling Buttons | ⬇️ Per-workspace layout | ⬇️ Auto-tiling | ⬇️ Tiling context menu |
| ⬇️ Smart border radius | ⬇️ Windows Suggestions |
Thank you to the :star2: amazing and everyone who donated on
! :medal_sports:Sean, Markus Huggler, Kostja Palović, Mike Empey, Miguel and Jesse Dhillon on Patreon:medal_sports: and Zorin OS, Nick, thy-fi, iatanas0v, Chris, wbezs, DaneshManoharan, Tamas, Ivan Banha and many more on Ko-fi! You are on a mission to make Linux window management better for everyone!
When grabbing and moving a window, press CTRL key to show the tiling layout (you can choose another key from the preferences). When moving on a tile, it will highlight. Ungrab the window to place that window on the highlighted tile.
This extension and the tiling system also implements Windows PowerToys FancyZones!
Go to Usage ⬆️
When grabbing and moving a window, the snap assistant will be available on top of the screen. Move the window near it to activate the snap assistant. While still grabbing the window, move your mouse to the tile you are interested in. By stopping grabbing the window will be tiled to the selected tile!
Snap Assistant's sensibility can be customized from the preferences.
Go to Usage ⬆️
Click on Tiling Shell's panel indicator and the available layouts will be shown. Select the one you prefer by clicking on it. That layout will be applied to every monitor in case you have more than one.
Go to Usage ⬆️
The layout is not strict. You can select multiple tiles too! Just hold ALT while using the tiling system (you can choose another key from the preferences).
Go to Usage ⬆️
| Split a tile | Split a tile vertically | Delete a tile | Save, close the editor or open the menu |
|---|---|---|---|
| LEFT CLICK | LEFT CLICK + CTRL | RIGHT CLICK | Click the Tiling Shell's icon |
Go to Usage ⬆️
You can resize adjacent tiled windows together!
It can be enabled/disabled from the preferences
Go to Usage ⬆️
Move window through the tiles using keyboard shortcuts (SUPER+←/↑/↓/→). They can be customized from the preferences!
It can be enabled/disabled from the preferences
Go to Usage ⬆️
You can tile a window by moving it to the edge.
Screencast from 2024-06-22 22-12-22.webm
Go to Usage ⬆️
Right-click on a window to use the auto-tile buttons and the snap assistant from there! The auto-tile buttons allow you to tile to the leftmost or rightmost empty tile, based on your selected layout. The "Move to best tile" button suggests tiling to the nearest empty tile to the center of the screen.
Screencast from 2024-07-13 18-21-57.webm
Go to Usage ⬆️
You can select your favorite layout for each workspace of each monitor.
Go to Usage ⬆️
When a window is created, it is automatically moved to the best tile according to where other windows are tiled and the current layout. This is disabled by default and can be enabled in the preferences.
Tiling Shell supports importing and exporting its layouts to a JSON file. With this you can create your own custom layouts without the built-in graphical editor, or share your layouts with others! If you are interested into knowing more about the contents of the layout file check the official documentation.
Go to Usage ⬆️
Right-click on a window to use the auto-tile buttons and the snap assistant from there! These buttons allow you to tile to the leftmost or rightmost empty tile, based on your selected layout. The "Move to best tile" button suggests tiling to the nearest empty tile to the center of the screen.
Check the demonstration video to see it in action!
Screencast from 2024-07-13 18-21-57.webm
The original idea was to show the snap assistant when hovering the maximize button (as it is done on Windows 11). Unfortunately, GNOME doesn't let us handle the hovering of the maximize button or add another button near it...
Go to Usage ⬆️
In GNOME, different windows may have different border radius. Drawing a border around the focused window is hard because it is not possible to know the window border radius. All the existing extensions just draw a border with a static value, making the UI less polished. Tiling Shell, dynamically computes the focused window border radius at runtime. Moreover, if you have an extension or anything else who customize the border radius, the focused window border radius adapts as well! This can be enabled/disabled from the extension's preferences too.
Go to Usage ⬆️
After placing a window in a tile using the tiling system, snap assistant or active screen edges, you’ll see suggestions for other windows to fill the remaining tiles. Got too many windows open? No problem! If all suggestions don’t fit within the available space, you’ll get a scrollable list for quick and easy navigation. See it in action:
https://github.com/user-attachments/assets/fbf68458-199d-490b-90cf-3e976d5b511b
Can I choose to opt in or out?
Yes. From the extension's preferences you find a section called Windows Suggestions. You can enable and disable windows suggestions for tiling system, snap assistant and screen edges. You can choose which of the three to keep enabled, or all of them, to personalize for your needs and preferences.
Go to Usage ⬆️
This extension is published on extensions.gnome.org! You can install from there or install manually. By installing from extensions.gnome.org you will always have the latest update.
Download the latest release. 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:
/usr/bin/gnome-extensions enable tilingshell@ferrarodomenico.com
Clone the repo then run npm i to install dependencies and then run npm run build to build the extension. To finally install the extension run
npm run install:extension
You can restart your GNOME shell e.g. logout then login, or restart in place with an alt-F2 and entering r (X11 only) and enable the extension. Enjoy it!
To enable via the command line you can run
/usr/bin/gnome-extensions enable tilingshell@ferrarodomenico.com
To read the logs you can run
journalctl --follow /usr/bin/gnome-shell
To read the logs of the preferences you can run
journalctl -f -o cat /usr/bin/gjs
To uninstall, first disable the extension and then remove it. To disable via the command line you can run
/usr/bin/gnome-extensions disable tilingshell@ferrarodomenico.com
Feel free to submit issues and Pull Requests!
resources/schemas/org.gnome.shell.extensions.tilingshell.gschema.xml and add a new key with a name, default empty value and a summary. For example, add the following if the name is highlight-current-window and the summary is Minimize all the other windows and show only the focused window:<key type="as" name="highlight-current-window">
<default><![CDATA[['']]]></default>
Minimize all the other windows and show only the focused window
</key>
src/settings/settings.ts and add a static constant at the end of the list of the static constants (for example here)$ claude mcp add tilingshell \
-- python -m otcore.mcp_server <graph>