Note: This is my first rice. Please excuse my poor coding style and poor English. Based on the official example config
Using void linux with musl and runnit
# Replace 'xbps-install -S' with 'apt install' 'pacman -S' etc.
sudo xbps-install -S rofi kitty nitrogen
pip install qtile
pip install pywal pywalfox python-mpd2
- Clone this repo
git clone https://github.com/EdenQwQ/qtile.git
- Copy the config files
cp -r ~/qtile ~/.config/
- Make sure you've checked the keybindings in keys.py, widgets in widgets.py, settings in settings.py.