> Also I don't understand why the documentation says when launching > qtile through startx you need to put "exec qtile" in the .xinitrc > file. That doesn't work. Only when running it with "qtile start". Any > idea?
On previous versions of Qtile, running "qtile" alone would start it, but since Qtile 0.18 this isn't the default behavior [1]. Also, the /exec/ builtin command is done in order to replace the shell by the WM process.
So, instead of running `qtile start`, you should use `exec qtile start` from your .xinitrc.
-- Ariel Costas (https://costas.dev) OpenPGP Public Key (https://costas.dev/pgp) -- 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/0102017aa5d0ded6-b72ff8ae-48a6-444a-a1f5-472745d32333-000000%40eu-west-1.amazonses.com.
