Hello! I was wondering if it's possible to change the keyboard layout with the keyboard? I'm trying something like defining the widget like
KeyboardLayout = widget.KeyboardLayout(configured_keyboards=['us', 'ara']) and then defining key Key([mod], "space", KeyboardLayout.next_keyboard()), But this does result a CfgErr for some reason. I'm aware that I can use "xkb-switch -n" as spawn for my shortcut but that doesn't update the widget :/ -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qtile-dev/a97931f6-2242-4cd3-9f0a-101f2c8f74a2%40googlegroups.com.
