1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Tabble Install
You will need a C compiler, make and GTK2 to build tabble. After unpacking the
archive enter the directory and execute the typical install procedure:
$ ./configure
$ make
# make install
However if you don't have root access you may still run the executable.
Copy src/tabble and tabble-wrapper somewhere they can be run at a later
time.
Rather than execute tabble by itself you are encouraged to use tabble-wrapper.
This script makes use of a signal to wake tabble from sleep if it has been
hidden, making it respond faster. It should have lower latency even if it
is waken from swap.
Tabble stores its configuration in ~/.tabble but you may specify another
location thus:
$ tabble -c /path/to/configuration/file
By default tabble lets the user add and delete programs. If you don't want
this to happen, ie to lock down tabble, make this change in the configuration
file:
options: false
|