From 8e40d7bc9dc38d712860558fb1a1a0a65b84d83b Mon Sep 17 00:00:00 2001 From: Fabian Homborg <FHomborg@gmail.com> Date: Tue, 22 Oct 2013 22:49:49 +0200 Subject: [PATCH] Update documentation --- README.md | 23 ++++++++++++++++++----- commentary.org | 11 ++++++----- 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 91a7218..e48a145 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,26 @@ Features over mgottschlag's version: - Support for minimizing and unminimizing windows -- Support for setting windows to floating or quitting tiling altogether +- Support for setting windows to floating or quitting tiling altogether (Meta+Shift+F11) -- Support for a list of ignored windows (in code for now) +- Support for a list of ignored windows in configuration -- Some bugfixes +- Many bugfixes -- Two layouts +- Three layouts (the default being properly tested) -- Useractionsmenu for toggling tiling/floating +- Useractionsmenu and keybinding (Meta+f) for toggling tiling/floating + +- An option to turn of borders for tiled windows + +Things that are not working properly yet: +------- + +- Tabbed windows + +- Activities aren't handled at all + +- FocusFollowsMouse sometimes doesn't focus properly (kwin limitation) + +- BUUUGS diff --git a/commentary.org b/commentary.org index 64e52ba..0c9ac3f 100644 --- a/commentary.org +++ b/commentary.org @@ -3,7 +3,7 @@ ** DONE Add useractionsmenu * DONE Resize tiles Hacked for Spirallayout, working for Halflayout -* TODO Floating +* DONE Floating ** DONE Toggle floating Somehow client.tiling_floating stays the same across acesses (fixed?) ** DONE Floating layout/disable script @@ -15,14 +15,14 @@ * TODO EDGECASES, EDGECASES, EDGECASES! ** TODO Doesn't tile properly when screen disappears ** DONE Don't tile fullscreen windows on workspace change -** TODO Windows can sometimes resize on their own (missing signal?) +** DONE 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 ** TODO Check how windows on all desktops behave * 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 -* TODO Avoid struts +* DONE Avoid struts Never noticed because I set the panel to autohide ** DONE Halflayout ** DONE Spirallayout @@ -38,8 +38,9 @@ * TODO Optimization ** TODO Refactor layouts to share more code * TODO Crazy stuff -** Overlap titlebars and abuse keepAbove to save space? - Can we even get the size of a window _without_ titlebar? ** Animate all windows on move ** Layout switcher ** Indicate layout/state (tiling on/off) somehow +** DONE Minimize stack + Maybe something for a different script (or just unminimize last minimized window) + Made it a different script -- GitLab