Home

Awesome

<img src="https://raw.githubusercontent.com/domferr/tilingshell/main/logo.png" align="right" width="76"/>

kofi

Tiling Shell

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 40 to 47 on X11 and Wayland: the most recent GNOME Shell is supported, and older releases will include all the features and bug fixes!

<div align="center"> <a href="https://extensions.gnome.org/extension/7065/tiling-shell/" > <img src="https://img.shields.io/badge/Install%20from-extensions.gnome.org-4A86CF?style=for-the-badge&logo=Gnome&logoColor=white"/> </a> </div> <img src="https://github.com/domferr/tilingshell/blob/main/doc/horiz_summary.jpg" align="center"/>

Have issues, you want to suggest a new feature or contribute? Please open a new issue!

Usage

⬇️ 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 System

When grabbing and moving a window, press <kbd>CTRL</kbd> 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.

tiling_system.webm

This extension and the tiling system also implements Windows PowerToys FancyZones!

<p align="right"><b>Go to Usage</b> <a href="#usage">⬆️</a></p>

Snap Assistant

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.webm

Snap Assistant's sensibility can be customized from the preferences.

<p align="right"><b>Go to Usage</b> <a href="#usage">⬆️</a></p>

Select a layout

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.

layout_selection.webm

<p align="right"><b>Go to Usage</b> <a href="#usage">⬆️</a></p>

Select multiple tiles

The layout is not strict. You can select multiple tiles too! Just hold <kbd>ALT</kbd> while using the tiling system (you can choose another key from the preferences).

multiple_selection.webm

<p align="right"><b>Go to Usage</b> <a href="#usage">⬆️</a></p>

Layout editor

Split a tileSplit a tile verticallyDelete a tileSave, close the editor or open the menu
<kbd>LEFT CLICK</kbd><kbd>LEFT CLICK</kbd> + <kbd>CTRL</kbd><kbd>RIGHT CLICK</kbd>Click the Tiling Shell's icon <img src="https://github.com/domferr/tilingshell/assets/14203981/13e27ec1-6a5d-420f-a87f-8f3df0b34c92" width=96 /> on the panel.

layout_editor.webm

<p align="right"><b>Go to Usage</b> <a href="#usage">⬆️</a></p>

Smart resize

You can resize adjacent tiled windows together!

Resizing tiled windows

It can be enabled/disabled from the preferences

<p align="right"><b>Go to Usage</b> <a href="#usage">⬆️</a></p>

Tile with Keyboard

Move window through the tiles using keyboard shortcuts (<kbd>SUPER</kbd>+<kbd></kbd>/<kbd></kbd>/<kbd></kbd>/<kbd></kbd>). They can be customized from the preferences!

Tile with Keyboard Video

It can be enabled/disabled from the preferences

<p align="right"><b>Go to Usage</b> <a href="#usage">⬆️</a></p>

Edge Tiling

You can tile a window by moving it to the edge.

Screencast from 2024-06-22 22-12-22.webm

<p align="right"><b>Go to Usage</b> <a href="#usage">⬆️</a></p>

Tiling Buttons

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

<p align="right"><b>Go to Usage</b> <a href="#usage">⬆️</a></p>

Per-workspace layout

You can select your favorite layout for each workspace of each monitor.

per-workspace

<p align="right"><b>Go to Usage</b> <a href="#usage">⬆️</a></p>

Auto-tiling

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.

automatic_tiling

<p align="right"><b>Go to Usage</b> <a href="#usage">⬆️</a></p>

Installation

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.

<div align="center"> <a href="https://extensions.gnome.org/extension/7065/tiling-shell/" > <img src="https://img.shields.io/badge/Install%20from-extensions.gnome.org-4A86CF?style=for-the-badge&logo=Gnome&logoColor=white"/> </a> </div>

Install manually

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

Install via Source

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

Uninstall Tiling Shell

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

Contributing

Feel free to submit issues and Pull Requests!