summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-01-15 11:26:25 +0000
committerSean Whitton <spwhitton@spwhitton.name>2024-01-16 17:17:31 +0000
commit85123cf29786eebdc771fb22464d27f4ae6d6827 (patch)
tree077f4e3057173aab4e1246353c37c05c732041ff
parent8555074ccab4e537025e23c188ad165b18f35821 (diff)
downloadpapersway-85123cf29786eebdc771fb22464d27f4ae6d6827.tar.gz
i3status-wrapper: typo fix
-rwxr-xr-xscripts/desktop/i3status-wrapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/desktop/i3status-wrapper b/scripts/desktop/i3status-wrapper
index b8e65da..3b7ca7a 100755
--- a/scripts/desktop/i3status-wrapper
+++ b/scripts/desktop/i3status-wrapper
@@ -382,6 +382,6 @@ sub hide_con {
sprintf "[con_id=%s] move container to workspace %s", $_[0], "*$_[0]*"
}
-sub show_con{
+sub show_con {
sprintf "[con_id=%s] move container to workspace current, focus", $_[0]
}