Ah, managed to find the logfile, thanks for that. Seems the issue was that I was not returning the result of the super call, which is required. Weird that it sometimes worked and sometimes not, but now it always works :)
On Sunday, 17 October 2021 at 00:27:57 UTC-5 [email protected] wrote: > What does the log file report? > > And what do you mean by "it works" but on restart it crashes? > > On Sat, Oct 16, 2021, 21:21 Stephen Paul Weber <[email protected]> wrote: > >> If I define a custom layout in config.py like so: >> >> class MyLayout(layout.Columns): >> def add_column(self, prepend=False): >> layout.Columns.add_column(self, prepend) >> >> then it works, but when I restart qtile it always crashes. Where should I >> prefer to put this so it will work better? >> >> -- >> 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/a9881a74-af90-4e36-bc06-ff039d0a282dn%40googlegroups.com >> >> <https://groups.google.com/d/msgid/qtile-dev/a9881a74-af90-4e36-bc06-ff039d0a282dn%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- 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/7cf4fb53-1448-4f14-89a2-84cdcd4e34bfn%40googlegroups.com.
