feat(niri): Bind right alt to compose

This commit is contained in:
2025-08-26 13:50:25 -06:00
parent ce288fdbd9
commit 8e76442510

View File

@@ -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;