summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorJohannes Herman <johannes.herman@gmail.com>2025-08-17 20:39:12 +0200
committerJohannes Herman <johannes.herman@gmail.com>2025-08-17 20:39:12 +0200
commite5f93f32c303d390f7d5492536e4727ceabea290 (patch)
tree965d29f83dc5a793bba4e940066003a0911a6f75 /config.def.h
parentd7f8da827defc25b9a62092883bbc14ea631c78d (diff)
US layout
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.def.h b/config.def.h
index ece483a..8a17c11 100644
--- a/config.def.h
+++ b/config.def.h
@@ -208,14 +208,14 @@ static const Key keys[] = {
{ MODKEY|WLR_MODIFIER_SHIFT, -1, XKB_KEY_less, tagmon, {.i = WLR_DIRECTION_LEFT} },
{ MODKEY|WLR_MODIFIER_SHIFT, -1, XKB_KEY_greater, tagmon, {.i = WLR_DIRECTION_RIGHT} },
TAGKEYS( XKB_KEY_1, XKB_KEY_exclam, 0),
- TAGKEYS( XKB_KEY_2, XKB_KEY_quotedbl, 1),
+ TAGKEYS( XKB_KEY_2, XKB_KEY_at, 1),
TAGKEYS( XKB_KEY_3, XKB_KEY_numbersign, 2),
- TAGKEYS( XKB_KEY_4, XKB_KEY_currency, 3),
+ TAGKEYS( XKB_KEY_4, XKB_KEY_dollar, 3),
TAGKEYS( XKB_KEY_5, XKB_KEY_percent, 4),
- TAGKEYS( XKB_KEY_6, XKB_KEY_ampersand, 5),
- TAGKEYS( XKB_KEY_7, XKB_KEY_slash, 6),
- TAGKEYS( XKB_KEY_8, XKB_KEY_parenleft, 7),
- TAGKEYS( XKB_KEY_9, XKB_KEY_parenright, 8),
+ TAGKEYS( XKB_KEY_6, XKB_KEY_asciicircum, 5),
+ TAGKEYS( XKB_KEY_7, XKB_KEY_ampersand, 6),
+ TAGKEYS( XKB_KEY_8, XKB_KEY_asterisk, 7),
+ TAGKEYS( XKB_KEY_9, XKB_KEY_parenleft, 8),
{ MODKEY|WLR_MODIFIER_SHIFT, -1, XKB_KEY_M, quit, {0} },