We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ac676 commit 8df1621Copy full SHA for 8df1621
src/tmuxp/workspace/builder.py
@@ -36,9 +36,6 @@ def get_default_rows() -> int:
36
return int(os.getenv("TMUXP_DEFAULT_ROWS", os.getenv("ROWS", ROWS_FALLBACK)))
37
38
39
-DEFAULT_SIZE = f"{COLUMNS_FALLBACK}x{ROWS_FALLBACK}"
40
-
41
42
class WorkspaceBuilder:
43
"""Load workspace from workspace :py:obj:`dict` object.
44
0 commit comments