Hardcode other xkb options I use

This commit is contained in:
Ivan Molodetskikh
2023-08-16 07:11:57 +04:00
parent 4b8abcfba3
commit 81e8e6e7ce
+1 -1
View File
@@ -114,7 +114,7 @@ impl Niri {
// FIXME: get Xkb and repeat interval from GNOME dconf.
let xkb = XkbConfig {
layout: "us,ru",
options: Some("grp:win_space_toggle".to_owned()),
options: Some("grp:win_space_toggle,compose:ralt,ctrl:nocaps".to_owned()),
..Default::default()
};
seat.add_keyboard(xkb, 400, 30).unwrap();