From 0e9f6f507d02c7a7f6e77d9faf4cf3175db108ea Mon Sep 17 00:00:00 2001 From: Fabian Homborg <FHomborg@gmail.com> Date: Sat, 17 Aug 2013 18:57:20 +0200 Subject: [PATCH] Update documentation with new features and goals --- README.md | 4 ++++ commentary.org | 11 ++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 395a868..91a7218 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,7 @@ Features over mgottschlag's version: - Some bugfixes +- Two layouts + +- Useractionsmenu for toggling tiling/floating + diff --git a/commentary.org b/commentary.org index 92e6144..c89554b 100644 --- a/commentary.org +++ b/commentary.org @@ -1,7 +1,10 @@ * TODO Make rules for tiling ** HACK Ignore yakuake and menus/dialogs for tiling -* TODO Resize tiles -* TODO Floating + Waiting for KDE 4.11 which allows configuration for kwin scripts +** DONE Add useractionsmenu +* DONE Resize tiles + Hacked for Spirallayout, working for Halflayout +* DONE Floating ** DONE Toggle floating Somehow client.tiling_floating stays the same across acesses (fixed?) ** DONE Floating layout/disable script @@ -11,9 +14,10 @@ Make configurable? * TODO EDGECASES, EDGECASES, EDGECASES! ** TODO Doesn't tile properly when screen disappears -** TODO Don't tile fullscreen windows on workspace change +** DONE Don't tile fullscreen windows on workspace change ** TODO Windows can sometimes resize on their own (missing signal?) ** TODO Focus-follows-mouse doesn't properly refocus on window kill (kwin bug or timing mishap?) +** TODO Tileindex not properly set on workspace switch * DONE Killing three clients in succession without opening another in between kills the script ** This was the result of removing an element from an array and afterwards accessing it by index * DONE Retile on minimize @@ -23,6 +27,7 @@ ** Weird configurations ** Multi-monitor (semi-tested right now) +** Multiple workspaces (e.g. moving windows across, in floating and tiling mode) * TODO Learning ** How to add configuration ** How to use the tests -- GitLab