Skip to content
Snippets Groups Projects
Commit 5b32b7dd authored by Fabian Homborg's avatar Fabian Homborg
Browse files

Release 1.1.2

* Enable resize animations
* Fix resizing bladelayout
* Fix panel adjusting (with a workaround)
parent d3f75573
No related branches found
Tags v1.2.1
No related merge requests found
......@@ -7,7 +7,7 @@
** DONE Toggle floating
Somehow client.tiling_floating stays the same across acesses (fixed?)
** DONE Floating layout/disable script
*** Currently moves and resizes windows on disable
Currently moves and resizes windows on disable
** DONE Make floating windows be _above_ tilers
Somehow accessing client.keepAbove doesn't work
Make configurable?
......
......@@ -93,8 +93,6 @@ function TilingManager() {
this._movingStartScreen = 0;
var self = this;
// Read the script settings
// TODO (this is currently not supported by kwin)
// Create the various layouts, one for every desktop
for (var i = 0; i < this.desktopCount; i++) {
this._createDefaultLayouts(i);
......
......@@ -11,7 +11,7 @@ X-KDE-PluginInfo-Email=FHomborg@gmail.com
X-KDE-PluginInfo-Name=kwin-script-tiling
X-KDE-PluginKeyword=kwin-script-tiling
X-KDE-ParentComponents=kwin-script-tiling
X-KDE-PluginInfo-Version=1.1.1
X-KDE-PluginInfo-Version=1.1.2
X-KDE-PluginInfo-Depends=
X-KDE-PluginInfo-License=GPL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment