# Install Qtile window manager in Arch Linux systems
Qtile is written and configured entirely in Python, which means you can leverage the full power and flexibility of the language to make it fit your needs. Learn more about qtile here
Qtile ducumentations here
## What this does
Install qtile for Arch Linux and Debian
- Arch Linux
- Qtile is in the repositories.
- Debian
- Install dependencies
- Install from source
- Install from pip (stable)
- Config files
- Copy some config files for this build
## Keybindings
The MODKEY = MOD4 (windows key)
| Keys | Action |
| :---------- | :------------------- |
| MOD+Enter | Open Terminal (urxvt) |
| MOD+q | Close Window |
| MOD+Ctrl+r | Restart Qtile |
| MOD+r | Ranger Filemanager |
| MOD+v | Open Vim |
| MOD+0 | System Account |
For more keybindings check the /.config/qtile/confy.py file. And change your terminal before installing.
If you like to try this build
git clone https://github.com/codedarkness/qtile
----------
----------
© DarknessCode - LinuxSucks