mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
Major churn for multi-headed support (Xrandr and plain multi-screen).
- workspaces now per-screen (X does not let you migrate windows) - a screen has 1 or more regions (now mapped by Xrandr, later configurable) - current_ws is dead, long live cur_focus - only one window has real focus, but workspaces keep track ws->focus - lots of places (especially event handlers) use cur_focus but should identify the correct source of the event instead - festival of pointer management to keep track of all this.
This commit is contained in:
parent
8c31749c46
commit
367ce80e69
2 changed files with 662 additions and 397 deletions
Loading…
Add table
Reference in a new issue