Install our own matchbox theme to disable shadows

This commit is contained in:
Marco Pesenti Gritti
2006-10-04 19:52:03 +02:00
parent 5da630c13a
commit 0e77fc5bf9
3 changed files with 273 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ class MatchboxProcess(Process):
options = '-kbdconfig %s ' % kbd_config
options += '-use_titlebar no '
options += '-theme olpc '
command = 'matchbox-window-manager %s ' % options
Process.__init__(self, command)