home/programs/niri: add compose key on ralt
This commit is contained in:
parent
abb1350b9b
commit
44560d184d
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ in {
|
|||
layout = {
|
||||
border.active = pkgs.lib.rgba schemeData.palette.base0E;
|
||||
};
|
||||
input.keyboard.xkb = {
|
||||
layout = "us";
|
||||
options = "compose:ralt";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue