mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-02 11:45:57 +01:00
734 B
734 B
Uncommon Tips & Tricks
Switchable keyboard layouts
The easiest way to accomplish this is to set this using XKB settings, for example:
input {
kb_layout = us,pl
kb_options = grp:alt_shift_toggle
}
{{< hint type=important >}}
The first layout defined in the input section will be the one used for binds.
For example: us,ua
-> config binds would be e.g. SUPER, A
, while on ua,us
-> SUPER, Cyrillic_ef
{{< /hint >}}
Disabling keybinds with one master keybind
If you want to disable all keybinds with another keybind (make a kaybind toggle of sorts) you can just use a submap with only a keybind to exit it.
bind=MOD,KEY,submap,clean
submap=clean
bind=MOD,KEY,submap,reset
submap=reset