KDE Plasma add-on, that tiles your windows automatically and lets you manage them via keyboard, similarly to i3, Sway or dwm.
Go to file
Eon S. Jeon 10fc9af348 handle maximization
Maximized windows will be forcefully resized to its intended tile size.

One little problem here is that any `client.geometryChanged` signals fired
before `workspace.clientMaximizeSet` are problematic. Any attempts to change
geometry during them will fail, and cause an infinite loop of `geometryChanged`
signal, which crashes KWin in the end.

Luckily, this problem can be avoided by simply limiting the number of
iteration.
2018-11-10 16:17:29 +09:00
res convert to QML-based extension 2018-11-09 23:06:51 +09:00
src handle maximization 2018-11-10 16:17:29 +09:00
.gitignore add Makefile and .gitignore 2018-11-09 20:45:24 +09:00
LICENSE Initial implementation 2018-11-06 15:38:22 +09:00
Makefile convert to QML-based extension 2018-11-09 23:06:51 +09:00
README.md add another tutorial link to README 2018-11-09 19:29:36 +09:00
tsconfig.json convert to typescript 2018-11-08 00:07:04 +09:00
tslint.json apply tslint and fix errors 2018-11-10 01:26:36 +09:00

Kröhnkite

A dynamic tiling extension for KWin.

Useful Resources