fix build with -DXWAYLAND
don't call applyexclusive just to return
let's not alienate the dwm folks
Fix style.
Merge updates from guidocella
Thanks so much for helping to keep the project running while life was
crazy!
Merge pull request #32 from alex-courtis/24-xwayland-cursor
#24 ensure that xwayland cursor defaults to left_ptr
Merge pull request #54 from Bonicgamer/swayscalebox
Sway scale_box (rounding)
Merge pull request #53 from Stivvo/fullscreen
Fullscreen support
fix crash on non-libinput pointers (e.g. X11 backend)
Merge pull request #49 from guidocella/layer-shell
Layer shell
Merge pull request #62 from Java-boi/master
Added basic tap-to-click for touchpad users
Merge pull request #66 from richardipsum/master
fix undeclared WLR_KEY_PRESSED
Change fullscreen policies
When a new client is spawned, fullscreen isn't disabled for all clients
in that monitor any more.
Instead, all fullscreen clients are kept fullscreen, while other clients
spawn in the background.
When fullscreen is disabled, all clients are rearranged.
This is made to make dwl more flexible allowing multiple fullscreen
clients at the same time, have floating clients on top of a fullscreen
one and let stuff happen without quitting fullscreen, like many other
WMs and DEs.
quitallfullscreen() even when enabling fullscreen
Disable fullscreen on all visible clients in that monitor also before
enabling it on another client.
quitallfullscreen() is reintroduced becouse is now more useful
set c->isfullscreen later to avoid making quitallfullscreen() disable
fullscreen on the current client
Remove goto render (easier merge)
update comments and remove debugging printf
Define monitor order with monrules[]
The order in which monitors are defined in monrules[] actually matters.
Monotors that aren't configured in monrules[], it will always be the
leftmost.
don't reset the cursor image
...in internal calls to restore pointer focus. Necessary for the
unclutter patch, and there's no harm in avoiding this call even in
mainline; might prevents issues in same edge cases.
say TODO
just wtf is XXX supposed to be? It sounds like a pornographic thing.
rename drw
It's impossible to understand that this stands from drawable if you're
not familiar with dwm's code.