diff options
author | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-03-11 16:02:00 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-03-11 16:02:00 -0600 |
commit | 35778025419b3b2cd7cc6d0ebc17a6d1fe79f3ef (patch) | |
tree | 661ffec86e52ef38c31fd71440643f5bc6dc9d25 /config.def.h | |
parent | fix left border 'y' position (diff) | |
parent | wlr_virtual_keyboard_v1 now has its own wlr_keyboard (diff) | |
download | dwl-35778025419b3b2cd7cc6d0ebc17a6d1fe79f3ef.tar.gz dwl-35778025419b3b2cd7cc6d0ebc17a6d1fe79f3ef.tar.bz2 dwl-35778025419b3b2cd7cc6d0ebc17a6d1fe79f3ef.tar.xz dwl-35778025419b3b2cd7cc6d0ebc17a6d1fe79f3ef.tar.zst dwl-35778025419b3b2cd7cc6d0ebc17a6d1fe79f3ef.zip |
Merge branch 'wlroots-next' into scenegraph-wlroots-next
Diffstat (limited to '')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 089aa37..738a3ca 100644 --- a/config.def.h +++ b/config.def.h @@ -96,7 +96,7 @@ static const Key keys[] = { TAGKEYS( XKB_KEY_3, XKB_KEY_numbersign, 2), TAGKEYS( XKB_KEY_4, XKB_KEY_dollar, 3), TAGKEYS( XKB_KEY_5, XKB_KEY_percent, 4), - TAGKEYS( XKB_KEY_6, XKB_KEY_caret, 5), + 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), |