dwl

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

commit 472a31b5a4c0165c796fe6497160106bd73a6b5c
parent a760757b82eb10ce09a890e0a5ea1c76de22b144
Author: Leonardo Hernández Hernández <leohdz172@proton.me>
Date:   Thu,  7 Dec 2023 21:48:56 -0600

LayerSurface::link -> LayerSurface.link

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

diff --git a/dwl.c b/dwl.c @@ -188,7 +188,7 @@ struct Monitor { struct wlr_session_lock_surface_v1 *lock_surface; struct wlr_box m; /* monitor area, layout-relative */ struct wlr_box w; /* window area, layout-relative */ - struct wl_list layers[4]; /* LayerSurface::link */ + struct wl_list layers[4]; /* LayerSurface.link */ const Layout *lt[2]; unsigned int seltags; unsigned int sellt;