summaryrefslogtreecommitdiff
path: root/perl5
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-21 17:25:08 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-21 17:25:37 -0700
commit875c5b832eb95a01b5e59ec009a7f76ff4f43e92 (patch)
tree4b6c3dc112ad077f235122331088010dde7dc16a /perl5
parent4727e5518dc578db936b5524253c7c4eb9f3023e (diff)
downloaddotfiles-875c5b832eb95a01b5e59ec009a7f76ff4f43e92.tar.gz
update handling of wallpapers for use of Sway
Diffstat (limited to 'perl5')
-rw-r--r--perl5/Local/Desktop.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl5/Local/Desktop.pm b/perl5/Local/Desktop.pm
index 46a62bbf..3ca93b90 100644
--- a/perl5/Local/Desktop.pm
+++ b/perl5/Local/Desktop.pm
@@ -69,7 +69,7 @@ Returns the value of $? right after executing convert(1).
sub resize_for_current_outputs {
# note that swaybg and swaylock have per-output wallpapers built in, so
- # hopefully someday this function will be obsolete ...
+ # this function is only for X11
chomp(my @xrandr = `xrandr`);
my ($canvas_w, $canvas_h) = _get_screen_size(@xrandr);