-*- 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. * "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. * Handle colours for real. Don't just assume raw pixel values will work. * Special treatment when someone resizes a maximed window... Should it be possible at all? Set new border width. Set and read window hint about maximized state. * Obey no-input hints. Don't focus on these windows at all? How will this work with our window movement keys that work with the focused window? Does unclutter use this? * Flag to disable dontmoveoff. * Virtual workspaces Store workspace data in an X property for the window. When changing workspace, look for the windows with the right property. Possibly store internally as well, so we don't generate so much traffic? * 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. How do we know that we're not supposed to map them? * RandR/Xinerama Get physical screen characteristics. 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.