jetspace / desktop

Repo of the JetSpace Desktop Core tools
http://side.rtfd.org
MIT License
1 stars 2 forks source link

JetSpace Desktop (SIDE)

Join the chat at https://gitter.im/jetspace/desktop

SImple Desktop Enviroment (SIDE)

Documentation Status Build Status

to build:

If you do not have the JetSpaceLibs installed do:

./install_libs.sh

Then continue to the 'real' build:

$ sudo bash build.sh -if # You will need root rights (f overrides your old settings, so only use it if you installing a new install, else use -i)
$ cd ~ # OR cd $HOME
$ cp .xinitrc xinitrc_backup # Save old xinit config
$ echo "side-session" > .xinitrc
$ startx

later you can just use

startx

Preview:

Version 0.36 running with xfwm4

Documentation

Documentation is generated using sphinx! you can find the documentation files in docs/ The documentation is hosted at rtfd.org