summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-01-19 12:41:32 +0000
committerSean Whitton <spwhitton@spwhitton.name>2024-01-19 12:41:36 +0000
commitb81dc228512fcfb0b228125243059c37565955e8 (patch)
treedde135f7c22a203b5560dcb2e97d8abf011e151d
parent3f11c295417dd2e7054dec780824f2b955477912 (diff)
downloaddotfiles-b81dc228512fcfb0b228125243059c37565955e8.tar.gz
reflow
-rwxr-xr-xscripts/desktop/i3status-wrapper5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/desktop/i3status-wrapper b/scripts/desktop/i3status-wrapper
index a15ba291..3619b0ca 100755
--- a/scripts/desktop/i3status-wrapper
+++ b/scripts/desktop/i3status-wrapper
@@ -75,8 +75,9 @@ unless (fork // warn "couldn't fork monitoring loop") {
}
if (@old_ids) {
fresh_workspace(go => 1);
- $wmipc->cmd(map("[con_id=$_] move container workspace current", @old_ids),
- "focus child");
+ $wmipc->cmd(
+ map("[con_id=$_] move container workspace current", @old_ids),
+ "focus child");
}
my @trees = $wmipc->get_tree;
while (@trees) {