tpaniaki
tpaniaki
Same on MiTV-MSSP2 (Android 9) with battery optimisation disabled.
> Also experiencing this annoying issue with arch linux, bspwm, pass & protonmail-bridge from arch repo. Until they give a fig, you can use `--no-window` and hide the daemon icon...
Any deadline on this?
OK no worry. I came up with this hack: ``` @lazy.function def toggle_thunar(qtile, group, dropdown): win = qtile.current_window if win and win.get_wm_class() and "thunar" in win.get_wm_class(): qtile.groups_map[group].dropdown_toggle(dropdown) else: qtile.groups_map[group].hide_all() qtile.groups_map[group].dropdown_toggle(dropdown)...
> I have made a fix for this [#5260](https://github.com/qtile/qtile/pull/5260) Thanks for your work. Looking forward to it. The discussion with @elParaguayo was just a couple of messages nothing technical.
> This _should_ be fixed in [#5265](https://github.com/qtile/qtile/pull/5265). > > [@tpaniaki](https://github.com/tpaniaki) can you confirm? Thanks. I'm on a dev branch right now, don't have time to switch back and forth. But...
I've still got path issues. ``` 2024-10-13 19:13:13.381 T:4656 error : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following errorEnd of Python script error report
Has anyone got a working solution for this? Just switch to Qtile and jabref is unusable.
Has anyone tried the PR? Confusing to know whether it's "in the works".
> For anyone landing here, I thought it worth mentioning that the PR mentioned above, #4625, is active again and has been updated to support fractional scaling > > For...