dwl

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

commit 8d2516e83cb1e1d1cfc4fe31e69ed87d71405592
parent f173c56c320a57e76a6bee578c3b9365f3a83950
Author: Leonardo Hernández Hernández <leohdz172@protonmail.com>
Date:   Sat, 13 Aug 2022 00:38:08 -0500

reorder isfullscreen in Client definition

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

diff --git a/dwl.c b/dwl.c @@ -119,9 +119,8 @@ typedef struct { #endif int bw; unsigned int tags; - int isfloating, isurgent; + int isfloating, isurgent, isfullscreen; uint32_t resize; /* configure serial of a pending resize */ - int isfullscreen; } Client; typedef struct {