summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMC <mc@hack.org>2010-07-07 10:01:13 +0200
committerMC <mc@hack.org>2010-07-07 10:01:13 +0200
commit66b866ebe66061b7077679f7714fc1ee1e43a311 (patch)
treeb298b12b1f1ee2d777b3f680994ddb06e60334b2 /TODO
parent03b4e906e0283bffefd5a1088d53b210a5b9dec2 (diff)
downloadmcwm-66b866ebe66061b7077679f7714fc1ee1e43a311.zip
We already did fixed window handling.
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 8 insertions, 6 deletions
diff --git a/TODO b/TODO
index c16b902..00bd6d4 100644
--- a/TODO
+++ b/TODO
@@ -19,11 +19,6 @@ In order of importance:
Partially done. Still needed:
- - Handle fixed windows when doing keyboard focus.
-
- Possible solution: Always add them to the current workspace list
- when going to a new workspace and removing them from the last.
-
- 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.
@@ -38,7 +33,6 @@ In order of importance:
Quickly move a window to the corners of the screen, a la evilwm.
-
* Use window resizing hints.
Done, but needs looking over. Needs to use the data in the window
@@ -72,6 +66,14 @@ In order of importance:
Get physical screen characteristics for every screen. Maximize and
move to corners should consider the screen it's on.
+ xcb_randr_screen_size_t
+
+ xcb_randr_screen_size_iterator_t
+
+ xcb_randr_get_screen_info_reply_t
+
+ xcb_randr_set_screen_size_request_t
+
* Key to move to another physical screen.
* Use xcb-event's event handlers?