A tiling window manager extension for gnome-shell. Many tiling window managers are an all-or-nothing affair, shellshape allows you to tile your windows when it makes sense, and still provides powerful direct manipulation when you need it. You don't have to give up any of the gnome features you like, so it makes for a very smooth learning curve.
This software is in-development. I use it daily, but it might break stuff. Use at your own risk.
I must thank bluetile, for it was the inspiration for this extension and many features are lifted directly from it (although not code, JS and haskell are vastly different beasts).
Please see instructions on http://gfxmonk.net/shellshape/
To run your own checkout, you should be able to clone this repo and run 0launch shellshape-local.xml
.
If you symlink the provided gnome-shell.desktop
file to ~/.local/share/applications/
, gnome-session will use that to launch gnome-shell instead of the system's gnome-shell. Uninstalling is as simple as removing that file.
This extension is best used with the natural window placement extension.
Other extensions I use and recommend:
- alternate status menu (the fact that this is not default bewilders me)
- workspace switcher
All of these should be available from your package manager, or the gnome shell extensions page
The core layout stuff is in tiling.coffee
. This should run in both the shell and in the web browser (see interactive/index.html
; useful for testing layout changes). The mutter / gnome-shell integration is provided by the other .js files in the root directory (except for tiling.js
, it is generated from tiling.coffee
).
To report a bug or crash, please see the github issues page.
If you export SHELLSHAPE_DEBUG=all
, you will get a debug log written to /tmp/shellshape.log
. You can set values other than all
if you want to debug on specific topics (available topics include extension
, indicator
, tiling
, workspace
and window
) - they should be set as a comma-delimited string, e.g SHELLSHAPE_DEBUG=workspace,tiling
.
GPLv3