We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Linux Wayland
No response
20241031-235112-0983ae90
Yes, and I updated the version box above to show the version of the nightly that I tried
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.
-- 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
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: