diff options
author | MC <mc@hack.org> | 2010-07-07 10:01:13 +0200 |
---|---|---|
committer | MC <mc@hack.org> | 2010-07-07 10:01:13 +0200 |
commit | 66b866ebe66061b7077679f7714fc1ee1e43a311 (patch) | |
tree | b298b12b1f1ee2d777b3f680994ddb06e60334b2 | |
parent | 03b4e906e0283bffefd5a1088d53b210a5b9dec2 (diff) | |
download | mcwm-66b866ebe66061b7077679f7714fc1ee1e43a311.zip |
We already did fixed window handling.
-rw-r--r-- | TODO | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -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? |