Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WezTerm support #142

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

WezTerm support #142

wants to merge 2 commits into from

Conversation

fcaraujo
Copy link

@fcaraujo fcaraujo commented Aug 2, 2024

Adds WezTerm support at startup and fixes #137

Tested with:

  • wezterm only;
  • wezterm in fullscreen.

On a Mac M2 with macOS Sonoma 14.6 (23G80).

@jbhamon
Copy link

jbhamon commented Aug 19, 2024

Hi.
I’ve added your code for continuum starting wezterm upon startup.
I’m encountering one issue : wezterm is starting with its color theme and transparent background as I’ve configured it but when tmux starts, the background lose its transparency.
Is there a way to force tmux to start with the settings configured in .tmux.conf ?
Thanks

@fcaraujo
Copy link
Author

@jbhamon i believe this may be related entirely to your configuration and not the contents of this PR, since it just launches the application on startup; also, here I have it working with transparency and haven't observed this issue before.

However, try to isolate your issue by asking some questions (that you might've already thought but just trying to help you troubleshoot this); such as, (1) does wezterm keep transparency if you don't run tmux? (2) does wezterm start with your config/transparency just fine when you open tmux manually (nothing to do with startup/this code)? and (3) try adding a delay before opening tmux (to check any unexpected behaviour) and try to distinguish where your problem is.

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.

Wezterm automatic startup script
2 participants