summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-01-23 10:39:57 +0000
committerSean Whitton <spwhitton@spwhitton.name>2024-01-23 10:39:57 +0000
commit3b6cb24b77b7336938d852ecef28ec304c3f745a (patch)
treec0a9453a7eaabea9d099d6cc7cba3cb55e08ac8e
parentf2c1f70457f9806a858a212e5192b6a9328ace5d (diff)
downloaddotfiles-3b6cb24b77b7336938d852ecef28ec304c3f745a.tar.gz
i3status-wrapper: restore respond to move events
-rwxr-xr-xscripts/desktop/i3status-wrapper1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/desktop/i3status-wrapper b/scripts/desktop/i3status-wrapper
index 3619b0ca..8c3b9bf5 100755
--- a/scripts/desktop/i3status-wrapper
+++ b/scripts/desktop/i3status-wrapper
@@ -126,6 +126,7 @@ unless (fork // warn "couldn't fork monitoring loop") {
elsif ($e->{change} && exists $info{paper_ws}{$info{focused_ws}}
&& ($e->{change} eq "close"
|| $e->{change} eq "focus"
+ || $e->{change} eq "move"
&& $e->{container} && $e->{container}{type} eq "con"
|| $e->{change} eq "floating"
&& $e->{container}{type} eq "floating_con")) {