fix(keyboard,sway-desktop): gracefully handle empty xkb_options
This commit is contained in:
parent
2c8f489f8b
commit
bd0cfeb899
2 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,8 @@
|
|||
layout = "us";
|
||||
variant = "altgr-intl";
|
||||
options = [
|
||||
"nodeadkeys"
|
||||
# nodeadkeys doesn't make sense with us layout: see https://man.archlinux.org/man/xkeyboard-config.7 for valid options
|
||||
# "nodeadkeys"
|
||||
# "caps:swapescape"
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue