bemenu icon indicating copy to clipboard operation
bemenu copied to clipboard

Wayland multiseat confused keyboard layout

Open SFort opened this issue 2 years ago • 0 comments

I've got two keyboards in seperate seats

  1. US Dvorak layout
  2. US Deafault layout

the following is my config is sway:

input * {
        xkb_layout "us"
        xkb_variant "dvorak"
}
input 1130:17:HID_046a:0011 {
        xkb_layout "us"
        xkb_variant ""
}
seat seat1 attach 1130i:17:HID_046a:0011

Whenever i launch bemenu, the layout is always default US even if i'm typing with the 1st keyboard.

unpluging the 2nd keyboard, fixes the issue, other programs don't have this problem.

SFort avatar Sep 03 '23 11:09 SFort