A full-featured, hackable tiling window manager written and configured in Python
Automatic install/update:
bash -c "$(curl -LSs https://github.com/desktopmgr/qtile/raw/main/install.sh)"
Manual install:
requires:
Debian based:
apt install qtile policykit-1-gnome xfce4-clipman-plugin xfce4-power-manager xfce4-notifyd volumeicon volumeicon-alsa scrot htop
Fedora Based:
yum install qtile polkit-gnome xfce4-clipman-plugin xfce4-power-manager xfce4-notifyd volumeicon scrot htop
Arch Based:
pacman -S qtile polkit-gnome xfce4-clipman-plugin xfce4-notifyd volumeicon scrot htop
MacOS:
brew install
mv -fv "$HOME/.config/qtile" "$HOME/.config/qtile.bak"
git clone https://github.com/desktopmgr/qtile "$HOME/.config/qtile"