X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autorandr.py;h=8053b12c0e0ebe3f0b4dcf5a81b0a3f7f1b66a77;hb=642ff4e4a7294a272fe7bf8bbf7f09b3e67fb450;hp=2baa1b142ff3696f1215a6379fcb1c155a2a8664;hpb=29cd564aeb1d081e8fe7cf1ceba41e7b642fe9f6;p=deb_pkgs%2Fautorandr.git diff --git a/autorandr.py b/autorandr.py index 2baa1b1..8053b12 100755 --- a/autorandr.py +++ b/autorandr.py @@ -466,7 +466,7 @@ def apply_configuration(configuration, dry_run=False): # disable the last two screens. This is a problem, so if this would happen, instead disable only # one screen in the first call below. if len(disable_outputs) > 0 and len(disable_outputs) % 2 == 0: - # In the context of a xrandr call that changes the display change, `--query' should do nothing + # In the context of a xrandr call that changes the display state, `--query' should do nothing disable_outputs.insert(0, ['--query']) # Enable the remaining outputs in pairs of two operations