This tool will install packages and scripts in order to use i3 with xfce. Amongst other things, it replaces the builtin windows manager (xfwm4) and disable the builtin desktop (xfdesktop). It has been designed to work with deb packages system and more specifically with ubuntu flavor. It has been successfully tested with ubuntu 15.04/15.10/16.04 and xubuntu 15.04/15.10/16.04.
- *Ubuntu 15.04/15.10/16.04
- Python2 >=2.7.0
- python-yaml
- python-progressbar
- python-ansible
Installl pip and python using the package manager tool of your distribution. For ubuntu the command to execute is:
$> apt install python python-pip
Then install the i3-xfce dependencies:
$> pip install -r ./requirements.txt
$> ./setup.py install
or
$> pip install i3-xfce
$> i3-xfce install
$> i3-xfce install -p <parts>
$> i3-xfce install -h
$> i3-xfce uninstall
$> i3-xfce uninstall -p <part1> -p <part2> ...
$> i3-xfce uninstall -h
LGPL