bemenu
bemenu copied to clipboard
Wayland multiseat confused keyboard layout
I've got two keyboards in seperate seats
- US Dvorak layout
- 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.