Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wayland multiseat confused keyboard layout #355

Open
SFort opened this issue Sep 3, 2023 · 0 comments
Open

Wayland multiseat confused keyboard layout #355

SFort opened this issue Sep 3, 2023 · 0 comments

Comments

@SFort
Copy link

SFort commented Sep 3, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant