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
commit2300bb5ba817c8e3aba8d276fa05f43d97f472e1 (patch)
tree88ef442e6f15b1088c240463d689ae13886db0f6
parent60e091bb9cef5159c703f39184e2a8c36f849fc9 (diff)
downloaddotfiles-2300bb5ba817c8e3aba8d276fa05f43d97f472e1.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 b8e65dae..3b7ca7ad 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]
}