Pejman Moghadam / Slackware

Slackware 12.2 - tilda : drop down terminal emulator

Public domain


libconfuse

# http://www.nongnu.org/confuse/ 
cd /usr/src/
wget -c "http://savannah.nongnu.org/download/confuse/confuse-2.7.tar.gz"
tar zxf confuse-2.7.tar.gz
cd confuse-2.7
./configure && make && make install 
ldconfig

tilda

# http://tilda.sourceforge.net/
cd /usr/src
wget -c "http://downloads.sourceforge.net/project/tilda/tilda/tilda-0.9.6/tilda-0.9.6.tar.gz"
tar zxf tilda-0.9.6.tar.gz
cd tilda-0.9.6
./configure --prefix=/usr/local/tilda
make && make install

~/.tilda/config_0

tilda_config_version = "0.9.6"
# image = ""
# command = ""
font = "DejaVu Sans Mono 11"
key = "F12"
title = "Tilda"
background_color = "white"
# working_dir = ""
web_browser = "firefox"
lines = 10000
max_width = 900
max_height = 680
min_width = 1
min_height = 1
transparency = 0
x_pos = 62
y_pos = 0
tab_pos = 0
backspace_key = 0
delete_key = 1
d_set_title = 3
command_exit = 2
scheme = 1
slide_sleep_usec = 15000
animation_orientation = 0
scrollbar_pos = 1
back_red = 0
back_green = 0
back_blue = 0
text_red = 0
text_green = 65535
text_blue = 0
scroll_background = true
scroll_on_output = true
notebook_border = true
antialias = false
scrollbar = false
use_image = false
grab_focus = true
above = true
notaskbar = true
bold = true
blinks = true
scroll_on_key = true
bell = false
run_command = false
pinned = true
animation = false
hidden = true
centered_horizontally = true
centered_vertically = false
enable_transparency = false
double_buffer = false

BY: Pejman Moghadam
TAG: gui, tilda
DATE: 2010-06-06 22:31:20


Pejman Moghadam / Slackware [ TXT ]