remove `--long` from git-describe command
return early if selmon is not part of the output layout in dirtomon()
instead of checking twice
simplify check in urgent()
we only care if it returned a client or not
arrange monitor after updating fullscreen background and lock surfaces
also update locked_bg node position in updatemons()
add blank lines to make updatemons() more readable
update comment about client_set_size() as no-op
check if a client is resizing before checking if it's visible
It's not like it's noticeable, but theoretically this is faster
only mark pending resizes as completed checking the configure serial
do not try to resize if size wouldn't change
do not skip frames if a client is stopped and have a pending resize
call arrange() or resize() depending on c->isfloating in commitnotify
remove selclient()
selclient() does not work well when dealing newly mapped
clients (specifically those mapped on invisible tags).
This fixes various bugs related to things not working because selclient() would
return NULL.
References: 94c8bd604870365bc201524b63158623e6f32a8f
fix unset fullscreen for all visible clients when mapping a new one
this also changes our policy about when we unset fullscreen:
dwl will unset fullscreen for clients who share tags (and monitor) with a newly
mapped client, it does not matter if the clients are visible or not