add [-d] flag to enable debug logging
simplify setting the border color of clients
make the borders red borders for urgent clients
iirc this is the same behavior of dwm
use the same border colors as dwm
add missing url about the COLOR macro
include dwl.desktop in the tarbal
allow specify DATADIR (to install desktop file)
call setfloating in setmon
since in the previous commit we may not applying floating in clients
this is to make sure we do
prefer IRC over Discord
I regularly check the discord server, but it is much more likely that I will be
online on IRC, and djpohly does not seem to be active on either.
tagcount should have been a #define
return nothing in xytonode()
we do not use the node
Style: use early-return to clarify code
Use an early return to avoid indenting the main logic instead of
wrapping the tail of a function in an if statement.
No functional change, except for a handful of places where printstatus()
was being called spuriously (tag, toggletag, toggleview).
ΔSLOC: 0
No need to send surface.leave/enter events
The scene graph implementation sends these for us, and it does so more
accurately than our overly-simplified approach. Layer shell surfaces
don't appear to receive these events at all, according to my
WAYLAND_DEBUG experiments with bemenu and dtao.
ΔSLOC: -4