wezterm icon indicating copy to clipboard operation
wezterm copied to clipboard

the title and bar have some bit problem at ubuntu 22.04

Open sober-wang opened this issue 7 months ago • 1 comments

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

Linux x11

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

x11

WezTerm version

wezterm 20240203-110809-5046fc22

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

Image

To Reproduce

No response

Configuration

config = {
        default_workspace = "default",
        colors = {
                -- 标签页设置
                tab_bar = {
                        inactive_tab_hover = {
                                bg_color = "#3b3052",
                                fg_color = "#000000",
                                italic = true,
                        },
                        active_tab = {
                                bg_color = "#FFFF00",
                                fg_color = "#000000",
                                italic = true,
                                intensity = "Bold",
                                underline = "Double",
                                strikethrough = false,
                        },
                },
        },
        window_frame = {
                --active_titlebar_bg = "#F0FFFF",
        },
        use_fancy_tab_bar = true,

        color_scheme = "Solarized Dark Higher Contrast",
        --color_scheme = "Gruvbox Dark (Gogh)",
        --color_scheme = "Tokyo Night",
        font = wezterm.font("Hack Nerd Font"),
        --font = wezterm.font("JetBrainsMono NFP"),
        font_size = 14,
        --cursor_blink_ease_in = "Linear",
        cursor_blink_rate = 800,
        --native_macos_fullscreen_mode = true,
        enable_scroll_bar = true,
        audible_bell = "Disabled",

        tab_max_width = 80,
        enable_tab_bar = true,
        hide_tab_bar_if_only_one_tab = true,
        show_tab_index_in_tab_bar = true,

        -- windwo
        -- 关闭原生标签栏
        window_decorations = "INTEGRATED_BUTTONS|RESIZE",
        -- 会隐藏关闭,最小化,最大化按钮
        --window_decorations = "RESIZE",
        --
        --window_background_opacity = 0.9,
        
        -- 上下左右距离
        window_padding = {
                left = 1,
                right = 1,
                top = 0,
                bottom = 0,
        },
        -- 退出时无需确认。
        window_close_confirmation = "NeverPrompt",

        --default_domain = "/usr/local/bin/fish",
        --default_prog = { "/usr/loca/bin/tmux" },
        -- 鼠标

        -- 快捷键映射
        leader = {
                key = "s",
                mods = "CTRL",
                timeout_milliseconds = 1000,
        },
        keys = {}
}

Expected Behavior

No response

Logs

No response

Anything else?

No response

sober-wang avatar May 30 '25 02:05 sober-wang

What is the problem?

bew avatar May 30 '25 07:05 bew