~unwox/unwm

fix "make test" on Wayland
fix "guix shell" not working correctly
add xorg-server to guix.scm for Xephyr dependency
add license
add guix.scm for easier bootstrap of development environment
remove autostart functionality

wm should not start other programs on launch, it's what Xsession
and etc are for
make installation path a variable for easier distribution
add default key bind for spawning browser
fix crashing wm_focus_next on empty workspace
use X11/keysym.h for defining keybindings
always set client's WM_STATE to withdrawn when unmapping
reset input focus after switching to empty workspace
change root cursor to default pointer, not cross
fix sticky window unsticking from not original workspace
do not draw border for sticky clients
change wm_restack behavior
change default MAGNIFY_SCALE_WIDTH
fix focus recovery when closing sticky window
announce wm through net atoms
move focus to picture-in-picture when it is present
Next