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

[Feature Request]: Add support for wezterm #1452

Open
rubiin opened this issue May 6, 2024 · 9 comments
Open

[Feature Request]: Add support for wezterm #1452

rubiin opened this issue May 6, 2024 · 9 comments
Labels
enhancement New feature or request

Comments

@rubiin
Copy link
Contributor

rubiin commented May 6, 2024

Feature Request

Description

wezterm is a great terminal and has many themes and fonts inbuilt .
Adding support for wezterm similar to kitty should be doable.

[Provide a clear and concise description of the feature you'd like to see added.]

Use Case

[Describe how this feature would be useful to you or to other users of the project.]

Proposed Solution

[If you have a specific solution in mind, describe it here. If not, you can skip this section.]

Alternatives

[Are there any alternative solutions or workarounds that you've considered? If so, describe them here.]

Additional Information

[Add any other information about the feature request here. For example, you might include links to similar features in other projects, or screenshots or diagrams to help explain your idea.]

@rubiin rubiin added the enhancement New feature or request label May 6, 2024
@noahfraiture
Copy link

What is the use case ? What are the pros and cons compared to kitty which is already well implemented in the whole project

@kRHYME7
Copy link
Collaborator

kRHYME7 commented May 13, 2024

I can't render wezterm

@rubiin
Copy link
Contributor Author

rubiin commented May 14, 2024

The pro being , all the configs being in lua and neovim also uses lua , its easy. While kitty configs are plain configs, wezterm uses lua so you could add runtime conditions . Also its a gpu accelerated terminal faster and has all the fonts, themes baked in

@cassiofb-dev
Copy link

I can't render wezterm

@kRHYME7 yeah, something broke recently and I had to fallback to xwayland for making it work:

if os.getenv("XDG_CURRENT_DESKTOP") == "Hyprland" then
	config.enable_wayland = false
else
	config.enable_wayland = true
end

And I also like wezterm more.

@rubiin
Copy link
Contributor Author

rubiin commented May 16, 2024

heres my wezterm config https://github.com/rubiin/dotfiles/blob/master/private_dot_config/wezterm/wezterm.lua#L67

@rubiin
Copy link
Contributor Author

rubiin commented May 16, 2024

I can't render wezterm

@kRHYME7 yeah, something broke recently and I had to fallback to xwayland for making it work:

if os.getenv("XDG_CURRENT_DESKTOP") == "Hyprland" then
	config.enable_wayland = false
else
	config.enable_wayland = true
end

And I also like wezterm more.

This is no longer needed if you use wezterm-git. This was fixed

@rubiin rubiin closed this as completed May 16, 2024
@rubiin rubiin reopened this May 16, 2024
@kRHYME7
Copy link
Collaborator

kRHYME7 commented May 16, 2024

image
image

@rubiin
Copy link
Contributor Author

rubiin commented May 17, 2024

https://github.com/rubiin/dotfiles/tree/master/private_dot_config/wezterm can you try with this settings. Omit the fonts

@rubiin
Copy link
Contributor Author

rubiin commented May 17, 2024

you can try

I can't render wezterm

@kRHYME7 yeah, something broke recently and I had to fallback to xwayland for making it work:

if os.getenv("XDG_CURRENT_DESKTOP") == "Hyprland" then
	config.enable_wayland = false
else
	config.enable_wayland = true
end

And I also like wezterm more.

This is no longer needed if you use wezterm-git. This was fixed

you can try this as last resort

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants