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

Release v1.1.4

parent fbf51a06
No related branches found
Tags v1.2.1
No related merge requests found
......@@ -17,10 +17,10 @@
** DONE Don't tile fullscreen windows on workspace change
** 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?)
Waiting on kwin
** 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
** TODO Tabgroups
* DONE Retile on minimize
* DONE Avoid struts
Never noticed because I set the panel to autohide
......@@ -39,8 +39,12 @@
** TODO Refactor layouts to share more code
* TODO Crazy stuff
** Animate all windows on move
The outline currently flickers, but shows
** Layout switcher
** Indicate layout/state (tiling on/off) somehow
** Per-activity settings
Huge complexity increase (one additional layer on top of desktops/screens)
Investigate how the actual relationship between activities and desktops/clients is
** DONE Minimize stack
Maybe something for a different script (or just unminimize last minimized window)
Made it a different script
......@@ -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.3
X-KDE-PluginInfo-Version=1.1.4
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