neovim command bar gets hidden when using wezterm #5984
-
What Operating System(s) are you running on?Linux Wayland Which Wayland compositor or X11 Window manager(s) are you using?Mutter 46.4 WezTerm version20240811_002228_100cac77 Ask your question!When opening a file in neovim, the command bar at the bottom gets hidden at fullscreen. What is the config to fix this issue. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
can you post your full config please? |
Beta Was this translation helpful? Give feedback.
-
Sure, here local wezterm = require("wezterm")
local config = wezterm.config_builder()
config.font_size = 16.0
config.window_decorations = "RESIZE"
config.enable_tab_bar = true
config.window_padding = {
bottom = 20,
}
config.window_background_opacity = 0.8 -- Default opacity when not fullscreen
return config |
Beta Was this translation helpful? Give feedback.
-
It is wayland, I had to switch to Xorg to find this one. But using wezterm as an appimage looks fine on wayland |
Beta Was this translation helpful? Give feedback.
It is wayland, I had to switch to Xorg to find this one. But using wezterm as an appimage looks fine on wayland