update formatting

This commit is contained in:
Ray Elliott 2020-11-05 20:54:04 +00:00
parent 0e98c37fef
commit 457b43ccbc
1 changed files with 1 additions and 0 deletions

View File

@ -10,4 +10,5 @@ bspc query -D -d .occupied | while read _desktop_id ; do
printf "%-6s %-15s %.55s\n" "$_desktop_name" "$_wm_class" "$_title"
_desktop_name=''
done
echo ""
done