Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Fix rendering with multiple outputs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Works:
- move [container|window] to workspace <name>
- Note, this should be able to move C_CONTAINER but this is untested
- move [workspace] to output [left|right|up|down|<name>]
Not implemented yet:
- move [left|right|up|down]
- move scratchpad
- move position
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix various xwayland issues
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This skips the renderer if nothing has changed, and renders
everything otherwise.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will need to be more carefully thought out when we get the
output_layout working entirely.
|
|
|
|
|
|
This reverts commit 472e81f35d689d67cda241acafda91c688d61046, reversing
changes made to 6b7841b11ff4cd35f54d69dc92029855893e5ce0.
|
|
|
|
Refactor tree
|
|
|
|
|
|
- Fix workspace events (security config isn't in use so it wasn't being
sent)
- Kill status bar process when swaybar exits
- Don't rearrange windows on every layer surface commit
|