Justine Smithies

Results 44 comments of Justine Smithies

I'm having exactly the same issue . I'm using arch with kitty as my terminal under qtile. > 2 I can

I second this as for my use case I'd like to be able to set the colour of the workspace that is on my second screen by default to the...

Not sure if this is related @elParaguayo but I'm having issues with this command in my window switcher `client.window[selected_option].focus()` ,the window switcher doesn't switch focus to the window on the...

What output do you get if you run `qtile check` ?

Just to test comment out the systray widget lines and see what happens. See here [Qtile-docs](https://docs.qtile.org/en/latest/manual/ref/widgets.html#systray) Maybe use the StatusNotifier widget for Wayland.

What if you just run `qtile start -b wayland` from the terminal ?

Also is there anything in `~/.local/share/qtile/qtile.log` ??

This works for me using the latest git / arch aur package ```# Configure input devices try: from libqtile.backend.wayland import InputConfig wl_input_rules = { "type:keyboard": InputConfig( kb_layout='us', ), } except...

This all works perfectly for me now using git so I'm happy for it to be closed.

Yes that's the same issue thanks for the heads up.