From 217ef375c97f5dad8d258c3cba5608af098cf4f0 Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 15 Apr 2025 17:32:59 +0200 Subject: [PATCH] reverted to base config --- dwl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwl.c b/dwl.c index 2fa8e56..4f3acdc 100644 --- a/dwl.c +++ b/dwl.c @@ -436,7 +436,7 @@ static struct wl_listener request_start_drag = {.notify = requeststartdrag}; static struct wl_listener start_drag = {.notify = startdrag}; static struct wl_listener new_session_lock = {.notify = locksession}; -static const struct xkb_rule_names en_rules = {.layout = "de"}; +static const struct xkb_rule_names en_rules = {.layout = "us"}; static struct xkb_context *en_context; static struct xkb_keymap *en_keymap; static struct xkb_state *en_state;