summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMC <mc@hack.org>2010-06-24 17:29:36 +0200
committerMC <mc@hack.org>2010-06-24 17:29:36 +0200
commit36a9265c73f7bc505df62a7cb6a176b78d3a2572 (patch)
tree084e5acd4143a24762fc9bdb29b99525edb01ee5 /TODO
parentd6ed181eee6f2dd3439e0e6057c868c2d5d4a8d0 (diff)
downloadmcwm-36a9265c73f7bc505df62a7cb6a176b78d3a2572.zip
Idea about virtual screens.
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 7 insertions, 2 deletions
diff --git a/TODO b/TODO
index 1f44eca..f094080 100644
--- a/TODO
+++ b/TODO
@@ -32,11 +32,11 @@ In order of importance:
Does unclutter use this? No. It creates a subwindow and sends
a synthetic enter notify back to the client.
- You can use unclutter -grab, which works, though.
+ unclutter -grab works, though.
* Flag to disable dontmoveoff.
-* Virtual workspaces
+* Virtual screens/workspaces
Store workspace data in an X property for the window.
@@ -46,6 +46,11 @@ In order of importance:
Possibly store internally as well, so we don't generate so much
traffic?
+ A window might be on one, several or all virtual screens. Add width
+ something like Mod2-f for "all virtual screens" and perhaps
+ something like Mod2-a <n>, where <n> is 1--9 for virtual screens.
+ Better ways?
+
* GTK apps has some extra windows that are initially unmapped. How do
we handle these? For now, we never map them and silently ignore
them. When we go to virtual desktops, this might become a problem.