From 642ff4e4a7294a272fe7bf8bbf7f09b3e67fb450 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Sun, 8 Mar 2015 18:16:53 +0100 Subject: [PATCH] typo --- autorandr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2