Age | Commit message (Collapse) | Author |
|
- R now toggles stack order.
- Resize in window defined steps if we have hints.
- Move window to cursor position when mapping. Try to fit it on
screen.
- Focus on window under pointer when starting.
- Keypress should deal with focused window, not the window where the
key was pressed, which might be root. Sloppy focus, remember?
- Never mind trying to run if we can't be the window manager.
|
|
Don't raise window every time we do an incremental mouse move or
resize. Just do it at the beginning.
|
|
SUBSTRUCTURE NOTIFY if that fails (ie, another window manager is
running). This means we can still run simultaneously with another wm.
newwin(): New function. Gets called when we're the only wm when new
windows wants to be mapped. We map them at the position of the
pointer.
Don't map all existing windows when starting at all.
Removed -m.
Moved events loop to its own function, events().
|
|
-b for draw no borders, ever.
-m for not mapping windows when starting.
|
|
|