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 window jumps out #6353

Open
GreatRSingh opened this issue Nov 2, 2024 · 1 comment
Open

Wezterm window jumps out #6353

GreatRSingh opened this issue Nov 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@GreatRSingh
Copy link

What Operating System(s) are you seeing this problem on?

Linux Wayland

Which Wayland compositor or X11 Window manager(s) are you using?

No response

WezTerm version

20241031-235112-0983ae90

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

Yes, and I updated the version box above to show the version of the nightly that I tried

Describe the bug

Sometimes when i click outside of the wezterm window on another apps the window comes out diagonally. I tried changing front_end but error persisted.

To Reproduce

No response

Configuration

-- Pull in the wezterm API
local wezterm = require 'wezterm'

-- This will hold the configuration.
local config = wezterm.config_builder()

-- This is where you actually apply your config choices

-- For example, changing the color scheme:
-- config.color_scheme = 'AdventureTime'

-- Fonts
config.font = wezterm.font 'JetBrains Mono'

config.front_end = "OpenGL"

config.enable_tab_bar = false

-- and finally, return the configuration to wezterm
return config

Expected Behavior

No response

Logs

No response

Anything else?

No response

@GreatRSingh GreatRSingh added the bug Something isn't working label Nov 2, 2024
@GreatRSingh
Copy link
Author

Screenshot From 2024-11-02 20-16-05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant