dwl

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

commit a71b368483909ab030fe3ccbbbf8d320b2d5f2dd
parent 7afdc191fe4e9b3d16604b7f0c96f9741247e2d2
Author: Leonardo Hernández Hernández <leohdz172@proton.me>
Date:   Fri,  8 Dec 2023 12:52:56 -0600

Revert "remove typedef `Decoration`"

This reverts commit d1ff1e6f75d9c53c953957b5c0a64e0bcb40008b.

Diffstat:
Mdwl.c | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/dwl.c b/dwl.c @@ -134,6 +134,11 @@ typedef struct { } Client; typedef struct { + struct wl_listener request_mode; + struct wl_listener destroy; +} Decoration; + +typedef struct { uint32_t mod; xkb_keysym_t keysym; void (*func)(const Arg *);