Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kwin-tiling
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christian Bay
kwin-tiling
Commits
8e40d7bc
Commit
8e40d7bc
authored
11 years ago
by
Fabian Homborg
Browse files
Options
Downloads
Patches
Plain Diff
Update documentation
parent
2e6b03ee
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+18
-5
18 additions, 5 deletions
README.md
commentary.org
+6
-5
6 additions, 5 deletions
commentary.org
with
24 additions
and
10 deletions
README.md
+
18
−
5
View file @
8e40d7bc
...
...
@@ -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 co
de for now)
-
Support for a list of ignored windows in co
nfiguration
-
Some
bugfixes
-
Many
bugfixes
-
T
wo
layouts
-
T
hree
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
This diff is collapsed.
Click to expand it.
commentary.org
+
6
−
5
View file @
8e40d7bc
...
...
@@ -3,7 +3,7 @@
** DONE Add useractionsmenu
* DONE Resize tiles
Hacked for Spirallayout, working for Halflayout
*
TO
DO Floating
* DO
NE
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
**
TO
DO Windows can sometimes resize on their own (missing signal?)
** DO
NE
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
*
TO
DO Avoid struts
* DO
NE
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment