add compose key to niri
This commit is contained in:
parent
63a18416df
commit
876fd4faf4
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ function ssh-tunnel
|
|||
return
|
||||
end
|
||||
|
||||
envsource "$HOME/.ssh/tunnels.d/$tunnel.conf"
|
||||
envsource "$HOME/.ssh/tunnels.d/$tunnel.conf" > /dev/null
|
||||
|
||||
echo "Activating connection $tunnel..."
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ input {
|
|||
keyboard {
|
||||
xkb {
|
||||
layout "latam"
|
||||
options "caps:escape"
|
||||
options "caps:escape,compose:lctrl-altgr"
|
||||
}
|
||||
numlock
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue