dwl

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

commit ddd3c2ad7ef15d14c920b0678a5a20755c07b4f4
parent b237ea0e45cf9f4abfb35d7af609a4d0a7d1218f
Author: Guido Cella <guidocella91@gmail.com>
Date:   Sat, 29 Aug 2020 07:42:47 +0200

order variables more how like they are initialized

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

diff --git a/dwl.c b/dwl.c @@ -282,8 +282,8 @@ static struct wl_list clients; /* tiling order */ static struct wl_list fstack; /* focus order */ static struct wl_list stack; /* stacking z-order */ static struct wl_list independents; -static struct wlr_xdg_decoration_manager_v1 *xdeco_mgr; static struct wlr_layer_shell_v1 *layer_shell; +static struct wlr_xdg_decoration_manager_v1 *xdeco_mgr; static struct wlr_cursor *cursor; static struct wlr_xcursor_manager *cursor_mgr;