aboutsummaryrefslogtreecommitdiffstats
path: root/xorg-xrandr/setres/__main__.py.gpp
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xrandr/setres/__main__.py.gpp')
-rwxr-xr-xxorg-xrandr/setres/__main__.py.gpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-xrandr/setres/__main__.py.gpp b/xorg-xrandr/setres/__main__.py.gpp
index ad8cfcf..530f005 100755
--- a/xorg-xrandr/setres/__main__.py.gpp
+++ b/xorg-xrandr/setres/__main__.py.gpp
@@ -301,7 +301,7 @@ if ok:
display.outputs.append(output)
output.off = True
- embed_output is not None:
+ if embed_output is not None:
embed_output.rotated = ('left' if rotated else 'normal')
ok = apply_setup(display)