tmux-continuum icon indicating copy to clipboard operation
tmux-continuum copied to clipboard

WezTerm support

Open fcaraujo opened this issue 1 year ago • 2 comments

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).

fcaraujo avatar Aug 02 '24 10:08 fcaraujo

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

jbhamon avatar Aug 19 '24 17:08 jbhamon

@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.

fcaraujo avatar Dec 26 '24 04:12 fcaraujo