https://github.com/ledbettj/simple-tile
Simple Tiling Extension for Gnome Shell
https://github.com/ledbettj/simple-tile
gnome monitors tiling-extension
Last synced: about 1 month ago
JSON representation
Simple Tiling Extension for Gnome Shell
- Host: GitHub
- URL: https://github.com/ledbettj/simple-tile
- Owner: ledbettj
- Created: 2017-01-08T02:13:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T15:28:44.000Z (over 1 year ago)
- Last Synced: 2024-05-05T16:36:22.157Z (over 1 year ago)
- Topics: gnome, monitors, tiling-extension
- Language: JavaScript
- Size: 13.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleTile
A simple tiling extension for Gnome Shell that (omg) works on the most
recent version (currently 3.46). SimpleTile does not do any automatic
tiling -- instead it allows you to move the focused window to a particular
grid position.## Installation
Clone to the shell extensions folder:
```bash
cd ~/.local/share/gnome-shell/extensions/
git clone https://github.com/ledbettj/simple-tile.git SimpleTile@weirdhorse.party
```Activate:
```bash
gnome-extensions enable SimpleTile@weirdhorse.party
```Use `Super+KeyPad` to move the focused window. For example,
`Super+KeyPad3` will move the focused window to the bottom right quadrant.
`Super+KeyPad` will move the window to the next monitor.## Status
This is a really simple implementation:
* Moving the focused window to a quarter/half of a screen
* Making the focused window full sized
* Moving the focused window between monitors, preserving size/placement.Current limitations:
* no configuration panel. This means keybindings are not easily configurable.
* Does not work on windows that are maximized or "half maximized" via Super+LeftArrow, etc.
* Does not have the ability to move window focus via keypad.