https://github.com/qtile/qtile
Thanks for the great window manager
Simplistic config for qtile window manager.
Based on Lubuntu 20.04 LTS / 22.04LTS
added list for colors for easy wm color management.
added get pavaudio control by right lick the widget. (broken under debian 12)
added function mod + b to hide bar.
components are a little messy in the config file.
suckless-tools (dmenu), urxvt, dropbox is included to test autoStart.
xscreensaver, Kvantum, lxappearance, qt5ct, nitrogen.
Note that auto start commands are locates at autoStart.sh, same as config.py
chmod +x autoStart.sh
before running.
apply config to URxvt: xrdb .Xresources
something something :)
Text Clock stop ticking after hiding the bar.
Need to reload the config to make it tick again.
Problems with debian 12 as of June 12th 2023:
- pip install of qtile broken: ERROR: externally managed software,
- dependency issue with xcffib: ModuleNotFoundError
- pavaudio control widget broken
!! The solution caused pulsevolume widget in qtile to stop working !!
(install qtile in python3 venv in debian 12)
sudo apt install python3-venv
dependencysudo apt install python3-pip
dependencypython3 -m venv qtile
create virtual environmentcd qtile/bin/
./pip
to use pip in the virtual environment- follow: qtile/qtile#4290 (comment)
if fail, remove the qtile folder and try again:rm -rf qtile
then create the desktop entry at/usr/share/xsessions
:
[Desktop Entry]
Name=Qtile
Comment=Qtile Session
Exec=qtile/bin/qtile start
Type=Application
Keywords=wm;tiling