Add some options to Xnest

This commit is contained in:
Marco Pesenti Gritti 2006-07-16 16:44:23 +02:00
parent 5ec089b829
commit ca48a95ef1

View File

@ -45,7 +45,7 @@ class XephyrProcess(Process):
class XnestProcess(Process):
def __init__(self):
self._display = get_display_number()
cmd = 'Xnest :%d -geometry 640x480' % (self._display)
cmd = 'Xnest :%d -ac -geometry 640x480' % (self._display)
Process.__init__(self, cmd)
def get_name(self):