add compose key to niri

This commit is contained in:
Alexander Navarro 2026-01-30 16:45:03 -03:00
parent 63a18416df
commit 876fd4faf4
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ function ssh-tunnel
return return
end end
envsource "$HOME/.ssh/tunnels.d/$tunnel.conf" envsource "$HOME/.ssh/tunnels.d/$tunnel.conf" > /dev/null
echo "Activating connection $tunnel..." echo "Activating connection $tunnel..."

View file

@ -45,7 +45,7 @@ input {
keyboard { keyboard {
xkb { xkb {
layout "latam" layout "latam"
options "caps:escape" options "caps:escape,compose:lctrl-altgr"
} }
numlock numlock
} }