Skip to content

Adds load on startup instructions to README.md#18

Open
danieluhl wants to merge 1 commit intodanielcopper:mainfrom
danieluhl:patch-1
Open

Adds load on startup instructions to README.md#18
danieluhl wants to merge 1 commit intodanielcopper:mainfrom
danieluhl:patch-1

Conversation

@danieluhl
Copy link

Adds an optional setup step that others may find useful for restoring the previous session state when the program loads

Adds an optional setup step that others may find useful for restoring the previous session state when the program loads
Copy link

@nicksp nicksp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good and works as expected.

@V4G4X
Copy link

V4G4X commented Jan 28, 2025

Which session to restore is determined by the name of the sessions right?

Suppose I have the following sessions:

.Wezterm Session layout
├── Session A
│   ├── Edit Tab
│   ├── Build Tab
│   `── Deploy Tab
`── Session B
    ├── Zshrc config
    `── Wezterm config

If we automate load on startup like this, how will it know whether to populate Session B's state? or Session A's state?

We need something to spin up multiple workspaces (assuming every workspace can be spun up).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants