yazeed1s / zwm

X11 tiling window manager
BSD 2-Clause "Simplified" License
68 stars 4 forks source link

Impliment multi-monitor support #9

Closed yazeed1s closed 3 months ago

yazeed1s commented 3 months ago

This PR adds multi-monitor support to ZWM and fixes the following bugs: 1- double free in split_string() which causes zwm to exit with SIGABRT as it starts up. 2- attempt to deference a null pointer when trying to delete a node in master layout, this leads to immediate crash.