Open YellowOnion opened 6 months ago
Isn't this an xorg-xwayland
bug? Sway uses libxkbcommon
, and xorg-x*
all depend on xorg-xwayland
being a proper bridge, I think?
wlroots might not send the new keyboard layout to Xwayland if an X11 window isn't focused.
Please fill out the following:
Sway Version:
Configuration File:
I have a custom layout I've been playing around with and applying like so:
If I hit $mod+BackSpace twice, my layout switches from dvorak to qwerty, which I can confirm via
swaymsg -t get_inputs
, but the setxkbmap still reports dvorak as the primary layout.As an aside the geometry is wrong (I use a ansi pc104 keyboard) and I'm unsure why it's displayed wrong, or if sway even bothers parsing it...as it provides no way to introspect this parameter.