Do not show titlebar
This commit is contained in:
parent
180c65e81c
commit
0c099a4b7c
@ -8,7 +8,7 @@ class MatchboxProcess(Process):
|
|||||||
kbd_config = os.path.join(env.get_data_dir(), 'kbdconfig')
|
kbd_config = os.path.join(env.get_data_dir(), 'kbdconfig')
|
||||||
options = '-kbdconfig %s ' % kbd_config
|
options = '-kbdconfig %s ' % kbd_config
|
||||||
|
|
||||||
options += '-theme olpc '
|
options += '-use_titlebar no '
|
||||||
|
|
||||||
command = 'matchbox-window-manager %s ' % options
|
command = 'matchbox-window-manager %s ' % options
|
||||||
Process.__init__(self, command)
|
Process.__init__(self, command)
|
||||||
|
Loading…
Reference in New Issue
Block a user