You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to find out where and how to add a configuration that changes the mod key to ALT_L but I cannot figure it out. It's better to leave some configuration example
The text was updated successfully, but these errors were encountered:
The configuration still has some issues (mainly keybindings), and thus isn't documented well (the default ini backend anyways).
However to change prefix, create $XDG_CONFIG_HOME/orbment/orbment.ini and use contents:
[keybindings]
# Prefix is one of:
# shift, caps, ctrl, alt, mod2, mod3, logo, mod5
# The naming convention follows that of xkbcommon, I'm not sure what mod[2-5] actually binds to
prefix = logo
In future the configurable keys will be exposed more conventietly (At least printed on log as first step, this is missing API for plugins which can register key and it's documentation)
I have been trying to find out where and how to add a configuration that changes the
mod
key toALT_L
but I cannot figure it out. It's better to leave some configuration exampleThe text was updated successfully, but these errors were encountered: