summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-08-09 17:50:52 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-08-09 17:50:52 -0700
commit077d76cd822357d334e18683827834f581f71f87 (patch)
tree5bfbf7530da9f3cb2ee84765034976aba7c978c9
parente3690651bcae43cec8ccd0098feef9a11c088b62 (diff)
downloaddotfiles-077d76cd822357d334e18683827834f581f71f87.tar.gz
comment
-rwxr-xr-xbin/resize-wallpapers-for-outputs1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/resize-wallpapers-for-outputs b/bin/resize-wallpapers-for-outputs
index 284826d7..355d2114 100755
--- a/bin/resize-wallpapers-for-outputs
+++ b/bin/resize-wallpapers-for-outputs
@@ -19,6 +19,7 @@ my @displays = sort {
$a_y <=> $b_y or $a_x <=> $b_x
} grep / connected /, @xrandr;
+# could skip this check and just let #FFFFF6 fill those outputs ...?
@ARGV == @displays
or die "uh oh, " . @displays . " displays but only " . @ARGV . " wallpapers";