fix validation in workspace[s] to allow more than one char

This commit is contained in:
James Andariese 2024-03-30 16:58:51 -05:00
parent b4faa87700
commit 7c1cb33470
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ poll() {
rate_limit .1
poll_interval 10
on_sway
output_string .
output_string .*
filter uniq
start "$@"

View File

@ -58,7 +58,7 @@ poll() {
rate_limit .1
poll_interval 10
on_sway
output_string .
output_string .*
filter uniq
start "$@"