Replies: 1 comment
-
|
The recommended way for setting keyboard layouts is using
I have been recently trying out the newly introduced wayland support for In case you want to give ibus a try: WaylandDesktop · ibus/ibus Wiki |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm using Regolith on a Brazilian laptop and have an external US keyboard. Therefore, I switch keyboards regularly. In pure Sway, the configuration in .conf/sway/config is as follows:
input "type:keyboard" {
xkb_layout br,us
xkb_variant abnt2
xkb_model abnt2
xkb_options grp:win_space_toggle
}
Is there an equivalent for use with Regolith? Some online suggestions:
xkb_options grp:alt_shift_toggle
On Sway, it only works with: xkb_options grp:win_space_toggle # swaywm/sway#1242
Apt search returns no results when searching for i3xrocks-keyboard-layout
PS:
Using Debian Trixie with Sway on Regolith v3.3
source.list pointing to Regolith: https://archive.regolith-desktop.com/debian/testing trixie main
"swaymsg input type:keyboard xkb_layout br" work as expected
Any help is welcome.
Beta Was this translation helpful? Give feedback.
All reactions