Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-07-16 14:44:23 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-07-16 14:44:23 (GMT)
commitca48a95ef1f6c83e191c87f2684f14d6e011affc (patch)
treee305eff67ea5c584a27fc23d43113c9adad790b3 /shell
parent5ec089b82956aae93bb1ba06ffab7f30cbfce382 (diff)
Add some options to Xnest
Diffstat (limited to 'shell')
-rw-r--r--shell/Emulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Emulator.py b/shell/Emulator.py
index 5e41b56..3b60082 100644
--- a/shell/Emulator.py
+++ b/shell/Emulator.py
@@ -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):