Merge branch 'main' into wlroots-next
remove sigchld function
Explicitly setting the handler for SIGCHLD to SIG_IGN tells the OS to
reap zombie processes automatically, which is what we wanted anyway.
Merge branch 'main' into wlroots-next
correct key constant name
Fixes #94.
Merge branch 'main' into wlroots-next
clarify a bit about status bars
add explanatory command about Ctrl-Alt-Bksp/Fx
Add default menu command
dwm config parity
Defaults should match dwm/Xorg default behavior
add note about wlroots-next branch
fix style on space-indented function
Link patches page in the README
add some explanation of output reconfiguration
Hopefully this will help "future us" understand what's going on.
remove hacky code from output-management handler
This functionality belongs in updatemons(), where it can hopefully be
written a bit more elegantly.