mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +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.
|
||||
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();
|
||||
|
||||
Reference in New Issue
Block a user