Vous utilisez souvent le terminal...? Au point de ne plus pouvoir vous en passer ? Tilda est alors le petit outils sympatique qu'il vous faut avoir !
Tilda est un terminal configurable qui se place sur le bureau. Quel que soit la fenêtre ouverte il est accessible par un raccourci. Dès lors vous aurez un terminal à porter de main !
Installation :
su
aptitude install tilda
ou avec urpmi
urpmi tilda
Configuration :
vim ~/.tilda/config_0
De ce fichier vous pourrez quasiment tout modifier.
Voici un exemple de mon fichier de configuration avec quelques options commentées.
tilda_config_version = "0.9.6"
font = "Monospace 7"
key = "F1"
title = "Tilda"
background_color = "white"
web_browser = "firefox"
lines = 150
max_width = 1070
max_height = 1134
min_width = 1
min_height = 1
transparency = 100
x_pos = 0
y_pos = 40
tab_pos = 0
backspace_key = 0
delete_key = 1
d_set_title = 3
command_exit = 2
scheme = 3
slide_sleep_usec = 15000
animation_orientation = 0
scrollbar_pos = 2
back_red = 0
back_green = 0
back_blue = 0
text_red = 65535
text_green = 65535
text_blue = 65535
scroll_background = true
scroll_on_output = false
notebook_border = false
antialias = true
scrollbar = false
use_image = false
grab_focus = true
above = false
notaskbar = true
bold = false
blinks = true
scroll_on_key = true
bell = false
run_command = false
pinned = true
animation = false
hidden = true
centered_horizontally = false
centered_vertically = false
enable_transparency = true
double_buffer = true
Pour en savoir plus je vous recommande le wiki :
Wiki de Tilda
En espérant que ce tip vous ait plus ;)