#!/linuxSucks/Install Qtile window manager in Arch Linux systems

Jul 19, 2020

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

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.

qtile - darknesscode

If you like to try this build

git clone https://github.com/codedarkness/wmanager.git

Home  Linux  Notes  Blog Spot