HarveyHunt / howm

A lightweight, X11 tiling window manager that behaves like vim
GNU General Public License v2.0
649 stars 24 forks source link

howm hangs when killing all clients #32

Closed HarveyHunt closed 9 years ago

HarveyHunt commented 9 years ago

Howm gets into an infinite loop when kill_ws is used and wss[cw].current isn't correctly updated. If wss[cw].current becomes NULL then kill_client will return early, leading to an infinite loop.