feat(niri): Bind right alt to compose
This commit is contained in:
@@ -81,7 +81,7 @@ in {
|
|||||||
input = {
|
input = {
|
||||||
keyboard.xkb = {
|
keyboard.xkb = {
|
||||||
layout = "us";
|
layout = "us";
|
||||||
options = "ctrl:swapcaps,compose:menu";
|
options = "ctrl:swapcaps,compose:menu,compose:ralt";
|
||||||
};
|
};
|
||||||
mouse = {
|
mouse = {
|
||||||
accel-speed = -0.5;
|
accel-speed = -0.5;
|
||||||
|
|||||||
Reference in New Issue
Block a user