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

Update documentation with new features and goals

parent e66706c7
No related branches found
No related tags found
No related merge requests found
...@@ -14,3 +14,7 @@ Features over mgottschlag's version: ...@@ -14,3 +14,7 @@ Features over mgottschlag's version:
- Some bugfixes - Some bugfixes
- Two layouts
- Useractionsmenu for toggling tiling/floating
* TODO Make rules for tiling * TODO Make rules for tiling
** HACK Ignore yakuake and menus/dialogs for tiling ** HACK Ignore yakuake and menus/dialogs for tiling
* TODO Resize tiles Waiting for KDE 4.11 which allows configuration for kwin scripts
* TODO Floating ** DONE Add useractionsmenu
* DONE Resize tiles
Hacked for Spirallayout, working for Halflayout
* DONE Floating
** DONE Toggle floating ** DONE Toggle floating
Somehow client.tiling_floating stays the same across acesses (fixed?) Somehow client.tiling_floating stays the same across acesses (fixed?)
** DONE Floating layout/disable script ** DONE Floating layout/disable script
...@@ -11,9 +14,10 @@ ...@@ -11,9 +14,10 @@
Make configurable? Make configurable?
* TODO EDGECASES, EDGECASES, EDGECASES! * TODO EDGECASES, EDGECASES, EDGECASES!
** TODO Doesn't tile properly when screen disappears ** 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 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 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 * 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 ** This was the result of removing an element from an array and afterwards accessing it by index
* DONE Retile on minimize * DONE Retile on minimize
...@@ -23,6 +27,7 @@ ...@@ -23,6 +27,7 @@
** Weird configurations ** Weird configurations
** Multi-monitor (semi-tested right now) ** Multi-monitor (semi-tested right now)
** Multiple workspaces (e.g. moving windows across, in floating and tiling mode)
* TODO Learning * TODO Learning
** How to add configuration ** How to add configuration
** How to use the tests ** How to use the tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment