maomaowm/src/config/preset.h
2026-03-13 11:41:35 +08:00

13 lines
259 B
C

#define MODKEY WLR_MODIFIER_ALT
static const char *tags[] = {
"1", "2", "3", "4", "5", "6", "7", "8", "9",
};
static const struct xkb_rule_names xkb_fallback_rules = {
.layout = "us",
.variant = NULL,
.model = NULL,
.rules = NULL,
.options = NULL,
};