dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit 40e45a336a2cef9fe76a5144f7da6ffa54110081
parent 417e958a15d2c4b5fec22f5beeb4ee92c2f42e51
Author: Devin J. Pohly <djpohly@gmail.com>
Date:   Wed,  8 Sep 2021 23:21:51 -0500

Merge branch 'main' into wlroots-next

Diffstat:
Mdwl.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwl.c b/dwl.c @@ -1025,7 +1025,7 @@ void setfullscreen(Client *c, int fullscreen) { c->isfullscreen = fullscreen; - c->bw = (1 - fullscreen) * borderpx; + c->bw = fullscreen ? 0 : borderpx; client_set_fullscreen(c, fullscreen); if (fullscreen) {