diff options
author | Mattias Andrée <maandree@kth.se> | 2024-07-18 00:51:28 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-07-18 00:51:28 +0200 |
commit | ca35fbe384ce706c8446c3219e1683dc699f59c7 (patch) | |
tree | 4903eb8a8f161e020271e88860e18f2a5bd10622 /xorg-xrandr/setres | |
parent | Update setres (diff) | |
download | dotfiles-ca35fbe384ce706c8446c3219e1683dc699f59c7.tar.gz dotfiles-ca35fbe384ce706c8446c3219e1683dc699f59c7.tar.bz2 dotfiles-ca35fbe384ce706c8446c3219e1683dc699f59c7.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'xorg-xrandr/setres')
-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) |