commit b4efd8bebf7cb407416366a1b6d6e36633f72d23
parent 5b4c12b53da44b009a6622b58ca41920ac0c0f1e
Author: Anselm R. Garbe <garbeam@wmii.de>
Date: Mon, 24 Apr 2006 19:46:16 +0200
added TODO.wmii-4, renamed TODO into TODO.wmii-3
Diffstat:
3 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/TODO b/TODO
@@ -1 +0,0 @@
-- FocusIn sets focus handling
diff --git a/TODO.wmii-3 b/TODO.wmii-3
@@ -0,0 +1 @@
+- FocusIn sets focus handling
diff --git a/TODO.wmii-4 b/TODO.wmii-4
@@ -0,0 +1,8 @@
+- idea for column mode:
+ *: is the current default mode with fallback (shows arbitrary clients)
+ 0: is the current max mode, shows only one client at the time (same bahvior as current)
+ n: shows n clients, in stacking mode, using the selected client as center, n == 1 is current stacking mode,
+ n == equal will use the center of (n/2), n == unequal has always a center element.
+- tagbars
+- slot will be similiar to old wmi-10 slot, a separate window at the right side of the screen
+- MWM/EWMH handling to support borderless apps?