Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,12 @@ A tiling window extension for GNOME Shell. Just move a window over another one,

https://www.youtube.com/watch?v=xX9HUBFj5XE
thanks to WOGUE

## Notes.
### Ubuntu 18.04
Ubuntu 18.04 comes with a basic tiling behavior, so you will have problems using both at the same time.
The faster workaround is to disable the default one:
```
dconf write /org/gnome/mutter/edge-tiling false
dconf write /org/gnome/shell/overrides/edge-tiling false
```