mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Hardcode other xkb options I use
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ impl Niri {
|
|||||||
// FIXME: get Xkb and repeat interval from GNOME dconf.
|
// FIXME: get Xkb and repeat interval from GNOME dconf.
|
||||||
let xkb = XkbConfig {
|
let xkb = XkbConfig {
|
||||||
layout: "us,ru",
|
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()
|
..Default::default()
|
||||||
};
|
};
|
||||||
seat.add_keyboard(xkb, 400, 30).unwrap();
|
seat.add_keyboard(xkb, 400, 30).unwrap();
|
||||||
|
|||||||
Reference in New Issue
Block a user