Use fullscreen if the screen is not big enough to do a 1200x900 window.
The logic might need tweaking.
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ class XephyrProcess(Process):
|
||||
if fullscreen:
|
||||
cmd += '-fullscreen '
|
||||
else:
|
||||
cmd += '-screen 800x600 '
|
||||
cmd += '-screen 1200x900'
|
||||
Process.__init__(self, cmd)
|
||||
|
||||
def get_name(self):
|
||||
|
||||
Reference in New Issue
Block a user