aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-07-18 00:51:28 +0200
committerMattias Andrée <maandree@kth.se>2024-07-18 00:51:28 +0200
commitca35fbe384ce706c8446c3219e1683dc699f59c7 (patch)
tree4903eb8a8f161e020271e88860e18f2a5bd10622
parentUpdate setres (diff)
downloaddotfiles-ca35fbe384ce706c8446c3219e1683dc699f59c7.tar.gz
dotfiles-ca35fbe384ce706c8446c3219e1683dc699f59c7.tar.bz2
dotfiles-ca35fbe384ce706c8446c3219e1683dc699f59c7.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-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)