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/CAHErDQiudv5kHxMhiGVT4enG5Kw4GEA10GMbVQYfTRAyVRQsZw%40mail.gmail.com.
