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
commitab55e113d72ea6e4f9e0ebd11f5748fb7ac999ac (patch)
tree34c328f735d5a7e466cc0e1c51bdaca129d2748b
parent13d86b62d10a228ef7d1e41f406b5e9fc7d44dc0 (diff)
downloadpapersway-ab55e113d72ea6e4f9e0ebd11f5748fb7ac999ac.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 a15ba29..3619b0c 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) {