Openbox based desktop distribution
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Oliver Winston 8d2a2c50e2 * added openbox and friends to Quoll pkgsel před 16 roky
autostart.d * added autostart.d and scripts to quoll před 16 roky
pkgsel.d * added openbox and friends to Quoll pkgsel před 16 roky
README * added README to Quoll před 16 roky
config.in * added initial files to Quoll před 16 roky
extends * added initial files to Quoll před 16 roky

README

= Quoll =

== Description ==
Quoll is an openbox based opensde-desktop.

Quoll is intended to be light(ish) openbox desktop although not to a great extent so it retains usability. Openbox will be configured nicely (panels, pagers) and have dynamically generated menus.

== Specifications ==

* Imlib2 and gtk+ applications are prefered.

* Apps that are to be started when Openbox starts are normally added to autostart.sh. However, with more than one package access the files we would get shared files. To solve this, we will have a directory called autostart.d which will contain startup scripts that get executed by autostart.sh. Scripts that are intended to be started prior to Openbox should have "#Priority: 0" in them. Whereas, scripts that should be started afterwards have "#Priority: 1". Having this system allows us to dynamically generate menus using mmaker and launch panels, pagers etc.