desktopmgr / qtile

qtile configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qtile

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"

qtile wiki | qtile site

About

qtile configuration files

License:GNU General Public License v3.0


Languages

Language:Shell 54.4%Language:Python 45.6%