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?
- 85,475
- 155
1 Answers
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:
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
- 85,475
