Roscidus.com Zero Install Mirror

» Main » shellshape

shellshape - tiling window manager extension for gnome-shell

Published by Tim Cuthbertson

Overview

This is a Zero Install feed. To add this program to your Applications menu, choose Zero Install -> Add New Program from the Applications menu. e.g. on Ubuntu:

Adding with GNOME

If you don't see this menu item, install the zeroinstall-injector package from your distribution's repository, or from 0install.net.

Drag the feed's URL to the dialog box that appears. Other environments may use other systems. For example, if you are a ROX desktop user, drag the link to AddApp instead.

Alternatively, to run it from the command-line:

$ 0launch http://gfxmonk.net/dist/0install/shellshape.xml

The 0alias command can be used to create a short-cut to run it again later.

If you don't have the 0launch command, download it from the 0install.net web-site, which also contains documentation about how the Zero Install system works.

Full name

http://gfxmonk.net/dist/0install/shellshape.xml

Description

# shellshape 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. Multiple monitor support is not really present, and doing fancy things like "always on top" windows may or may not break it. I must thank [bluetile][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). ## Running it on gnome-shell 3.4+ Briefly, `0launch http://gfxmonk.net/dist/0install/shellshape.xml`. If you don't have `0launch`, you should install the `zeroinstall-injector` package first. For more details, 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`. As of gnome-shell 3.4.1, you can also / instead install the development version locally. In the root of the repo, run: ln -s "$PWD/shellshape" "~/.local/share/gnome-shell/extensions/shellshape@gfxmonk.net" ## Running it on gnome-shell 3.2* Is hard, error-prone, and no longer supported. Sorry! ## running on arch linux You may want to try [this user-maintained package](https://aur.archlinux.org/packages.php?ID=50257) if the normal method doesn't work for you, but I have no idea what it will do to your system. ## "It doesn't work" If you don't know why, here's some things to check: - Check the extension is enabled (you can see this in the "Shell Extensions" section of `gnome-tweak-tool`) - See if there are any errors in looking glass that mention shellshape (press alt-F2, type "`lg`" and then click the "Errors" tab) - Check the console output (if running in a console) for any messages that mention shellshape - Check /tmp/shellshape.log after launching with $SHELLSHAPE_DEBUG=all To report a bug or crash, please see the [github issues page](https://github.com/gfxmonk/shellshape/issues). ## Replace gnome-shell 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. ## Friends 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](https://live.gnome.org/GnomeShell/Extensions) ## Keyboard shortcuts Are listed at [http://gfxmonk.net/shellshape/](http://gfxmonk.net/shellshape/) Some helpful folk have created graphical (SVG) versions of the keyboard shortcuts, to serve as a handy reference: - [Keyboard overlay image](https://github.com/downloads/gfxmonk/shellshape/keyboardshortcuts.svg) - Jordan Klassen - [Desktop wallpaper](http://dl.dropbox.com/u/1879450/shellshape.svg) - Andreas Wallberg ([source](https://github.com/gfxmonk/shellshape/issues/95)) ## Hacking 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`). ## Debugging 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`. **Note** debugging like this won't work unless you run using `0launch`. ## Licence GPLv3 ## Changelog ### version 0.5.4 - Support for gnome-shell 3.6 ### version 0.5.3 - Fix error launching dconf-editor from the preferences panel ### version 0.5.2 - Updated manifest.json to declare compatibility with gnome-shell 3.4.2 - Include LICENCE and README.md files in tarball ### version 0.5.1 - Added blacklist to prevent "Conky" windows from being tiled. - Fixed a number of bugs to do with tracking window movement and sizes. - Switched the "Horizontal" and "Vertical" layouts. You may need to adjust your keyboard shortcuts if you've set them to anything non-default, as the gsettings keys have swapped as well (if you haven't customised shortcuts, the defaults will still do the right thing).. ### version 0.5: - Removed label from indicator icon. - Rework icons to be simpler and look/act like other symbolic icons in the panel. - Added a preferences panel (accessible from the gse website, or `gnome-shell-extension-prefs`). - Added a "max autotile windows" option. - Added the ability to customise keyboard shortcuts from the preferences panel. ### version 0.4: - First release on extensions.gnome.org [bluetile]: http://bluetile.org/

Homepage

http://gfxmonk.github.com/shellshape/

Available versions

The list below is just for information; Zero Install will automatically select one of these versions for you.

VersionReleasedStabilityPlatformDownload
0.12011-06-24stableAnyDownload (19310 bytes)
0.22011-07-17AnyDownload (52106 bytes)
0.32011-11-06AnyDownload (52270 bytes)
0.3.12011-12-21AnyDownload (66650 bytes)
0.3.22012-04-08AnyDownload (55007 bytes)
0.42012-04-28buggyAnyDownload (59715 bytes)
0.52012-05-05buggyAnyDownload (57843 bytes)
0.5.12012-05-11buggyAnyDownload (58948 bytes)
0.5.22012-09-05buggyAnyDownload (65186 bytes)
0.5.32013-01-03AnyDownload (67631 bytes)
0.5.42012-11-04buggyAnyDownload (65390 bytes)
0.5.52013-01-03AnyDownload (69643 bytes)
0.62013-06-16AnyDownload (72729 bytes)
0.6.12013-07-28stableAnyDownload (72995 bytes)
0.7.02013-11-18AnyDownload (73850 bytes)
0.8.02014-02-15AnyDownload (75186 bytes)
0.9.02014-05-29AnyDownload (77785 bytes)
0.8.02014-02-15AnyDownload (75125 bytes)
0.10.02014-06-24AnyDownload (77392 bytes)
0.11.02015-04-13AnyDownload (57848 bytes)
0.12.02015-06-06AnyDownload (58089 bytes)
Required libraries

The list below is just for information; Zero Install will automatically download any required libraries for you.