mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-15 05:34:17 -04:00
13 lines
259 B
C
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,
|
|
};
|