Closed hymie0 closed 7 years ago
Hey, thanks for the hint. It seems that I already came across that issue a while ago and fixed it locally like you did (by removing the %
-signs). The fix is committed now.
You can resize the panes either in tmux directly (using <prefix>
+Alt
+Left
/Right
) or by changing the task-dashboard's configuration file. The layout syntax is described in the README. Let me know if the description is not expressive enough.
I've never used tmux before this, so that's part of my problem.
This line
gives error
Based on the tmux man page, I changed that to
That fixed one error. But I still get lots of errors
and I end up with just a blank screen with nothing on it. Apparently I'm at a (null) shell prompt, becuase ^D returns me to my shell.
So it looks like my panes aren't being created, and they don't have a % sign in the name/number?
Yes, changing every instance of %$ (where $ is the start of the varibale holding the pane number) to just $ fixed the problem.
So it's working after those changes. Now I need to learn how to make the panes smaller so they fit on my screen.