Recently I encountered some troubles with plasma, and decided to switch to qtile.
from tty I ran sudo pacman -S qtile
. But when I try : qtile start
, I was met with the line libqtile.utils.QtileError: No DISPLAY set
.
After some google, and checking files, I found out that qtile didn’t generate any config.py
files, there is no qtile folder on /etc/
nor in HOME/.config
.
And running qtile check
generates:
checking qtile config file /home/…config.py
stubtest not found, can’t type check config file
install it and try again
mypy not found, can’t type check config fileinstall it and try again
Traceback (most recent call last):
File "…
…File “”, line1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named ‘config’.
Do I just need a config.py
file on home/.config/qtile/
or is this a sign that something went wrong and need more files. all the dependencies for qtile seem to be installed