Age | Commit message (Collapse) | Author |
|
|
|
|
|
view_visibility enum remains with one constant that is the mask to wlc's view masking
|
|
- replace visibilty mask integers with an enum
- set output's visibilty mask on creation
- added update_visibility to manually update a containers visibility (e.g. when it moved to an invisible workspace)
|
|
|
|
|
|
|
|
|
|
:tada:
|
|
|
|
Regards to @Cloudef
|
|
Do not use `output res WIDTHxHEIGHT` yet, wlc has issues with it (cc
@Cloudef)
|
|
|
|
|
|
|
|
|
|
merging
|
|
setup for resizable windows, drop weight
|
|
|
|
|
|
|
|
Previously, when only using inner gaps, the gap between a window at the
edge of the output was only half the size of the gaps between views.
Additionally, the gaps between the actual windows was twice as wide as
it was on i3-gaps.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was done by hand, so I might have missed things. If anyone knows of
a good C style enforcement tool, let me know.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|