Move orphan window handling into wm.manage()
This just helps consolidate it into a single place
This commit is contained in:
parent
507b16521d
commit
de55f0c6ee
2 changed files with 36 additions and 28 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
These are in rough order of my priority, though no promises I do them in this order.
|
||||
|
||||
- [ ] Move orphan handling out of .output and .seat events; into manage()
|
||||
- [ ] Add focused window title to bar
|
||||
- [ ] Support overriding config location
|
||||
- [ ] Support configuring primary vs secondary stack side
|
||||
|
|
@ -34,3 +33,4 @@ These are in rough order of my priority, though no promises I do them in this or
|
|||
- [x] Make a Rect struct to combine x, y, width, and height
|
||||
- [x] Support window rules (float/tags by app-id/title)
|
||||
- [x] Fix resizing size when you pop a window out, basically, it start with its current size but then when you try resize it goes to 75%
|
||||
- [x] Move orphan handling out of .output and .seat events; into manage()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue