diff options
Diffstat (limited to '')
| -rwxr-xr-x | xorg-xrandr/setres/__main__.py.gpp | 2 | 
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) | 
