summaryrefslogtreecommitdiff
path: root/perl5
diff options
context:
space:
mode:
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);