4

Last year I was using Ubuntu GNOME, and one of the things I really liked about it was the extension gtile which makes it much easier to work on a 21:9 monitor. Is there an equivalent for Ubuntu MATE? If not, is there something that will easily let me snap windows to left third, middle third, right third when my laptop is connected to a monitor, but will snap to half when I'm not plugged in?

Jacob Vlijm
  • 83,767
  • I have never used gtile, so I do not know its functionality. But you can try other tiling application - x-tile (see this answer). – N0rbert Jun 07 '18 at 19:49
  • The basic thing I like about it is it isn't a tiling window manager. It's a program that tiles your windows when you want it to, but otherwise stays out of your way. – Oscar Smith Jun 08 '18 at 17:38

1 Answers1

5

Window shuffler for Ubuntu Budgie & Mate

As part of the Ubuntu Budgie team, I developed a tool for window arrangement. Although it was written for Budgie, it (at least) works on Mate as well. Window shuffler, recently was made available in its own repo:


enter image description here


GUI and CLI options

GUI

Window Shuffler can be used from either GUI or CLI. The GUI options are pretty much shown in this video.

Command line

Looking at the command line options, they should include pretty much exactly what you are looking for.

From the README:

Shuffler can also be used by cli. To use, run shuffler_nogui, with as arguments the size of the matrix (horizontally, vertically) + the targeted position of the active window in the matrix (where 0 is the first). An example:

shuffler_nogui 2 2 0 1

will place the active window in the bottom left cell in a grid of 2 x 2.

Install

To install, just follow the instructions in the README

Jacob Vlijm
  • 83,767