inclement / vivarium

A dynamic tiling Wayland compositor using wlroots
GNU General Public License v3.0
372 stars 13 forks source link

Make child popups inherit output from their parent #67

Closed inclement closed 3 years ago

inclement commented 3 years ago

Child popups were broken by #66 - I missed a place where the output needed to be set!

Another strike in favour of properly passing necessary arguments to init, instead of doing it ad-hoc.