-*- text -*- In order of importance: * Changing focus from keyboard Save the subwindows of the root window and focus each when pressing modkey + user_key_change. First option always last focused window. Partly done. I have added a linked list of all windows and can walk around them in a simple window ring. We need to re-arrange the list so the last focused window gets to be the next in ring. Perhaps simply move the focused window to head of list after finishing focusing? How do we know when we're finished? Both Tab and Mod2 are released. Use a mode? * Virtual screens/workspaces 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 , where is 1--9 for virtual screens. Better ways? Note that this seems to be incompatible with the EWMH _NET_WM_DESKTOP hint we're currently using. * "M" and "X" should toggle. Store original geom in X properties for the window. * Move to corners: YU BN. 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 list instead of asking the server every time. * Special treatment when someone resizes a maximed window... Should it be possible at all? Set new border width when they do it. Possibly set and read hint about maximized state. * Figure out why unclutter doesn't work in default mode It creates a subwindow and sends a synthetic enter notify back to the client. unclutter -grab works, though, but that mucks with slock. It makes slock unlock the screen after ~20 seconds! * When a screen is detached, root becomes smaller and some windows might be unavailable to the user. Handle this, somehow. Just moving all far away windows into the coordinates of the physical screen? * CTWM-like resize, at least with the mouse. * Flag to disable dontmoveoff? * RandR/Xinerama Get physical screen characteristics for every screen. Maximize and move to corners should consider the screen it's on. * Key to move to another physical screen. * Use xcb-event's event handlers? * Configurable keys. * Configuration file.