dwl

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

commit 4b890336e21edc6a69bd3463b22a4c1318a669e0
parent c7007b48115ac4913fad7e887c402f1c643f51bc
Author: Leonardo Hernández Hernández <leohdz172@protonmail.com>
Date:   Tue,  7 Jun 2022 00:55:41 -0500

use xdg-shell v3

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

diff --git a/dwl.c b/dwl.c @@ -1901,7 +1901,7 @@ setup(void) layer_shell = wlr_layer_shell_v1_create(dpy); wl_signal_add(&layer_shell->events.new_surface, &new_layer_shell_surface); - xdg_shell = wlr_xdg_shell_create(dpy, 2); + xdg_shell = wlr_xdg_shell_create(dpy, 3); wl_signal_add(&xdg_shell->events.new_surface, &new_xdg_surface); input_inhibit_mgr = wlr_input_inhibit_manager_create(dpy);