reverted to user config

This commit is contained in:
2025-04-15 17:33:17 +02:00
parent 217ef375c9
commit ac3dbb1bba

2
dwl.c
View File

@@ -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 start_drag = {.notify = startdrag};
static struct wl_listener new_session_lock = {.notify = locksession}; static struct wl_listener new_session_lock = {.notify = locksession};
static const struct xkb_rule_names en_rules = {.layout = "us"}; static const struct xkb_rule_names en_rules = {.layout = "de"};
static struct xkb_context *en_context; static struct xkb_context *en_context;
static struct xkb_keymap *en_keymap; static struct xkb_keymap *en_keymap;
static struct xkb_state *en_state; static struct xkb_state *en_state;