summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-01-15 11:25:01 +0000
committerSean Whitton <spwhitton@spwhitton.name>2024-01-16 17:17:31 +0000
commit60e091bb9cef5159c703f39184e2a8c36f849fc9 (patch)
treec8470f21d2295ad5b8c8dedfef5e7e09723379d4
parent19b116160ed48149424524ae00020d97e7fc059a (diff)
downloaddotfiles-60e091bb9cef5159c703f39184e2a8c36f849fc9.tar.gz
i3status-wrapper: terminology fix
-rwxr-xr-xscripts/desktop/i3status-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/desktop/i3status-wrapper b/scripts/desktop/i3status-wrapper
index 429af7b0..b8e65dae 100755
--- a/scripts/desktop/i3status-wrapper
+++ b/scripts/desktop/i3status-wrapper
@@ -133,8 +133,8 @@ unless (fork // warn "couldn't fork monitoring loop") {
# Ticks
elsif ($e->{payload} && $e->{payload} eq "i3status-wrapper-ign") {
# Ignore everything until tick telling us to unignore.
- # Thread that sent the ignore is responsible for updating data
- # structures in the meantime.
+ # Forked child that sent the ignore is responsible for
+ # updating data structures in the meantime.
while (my $next = <$events>) {
last if $next->{payload}
&& $next->{payload} eq "i3status-wrapper-unign";