wez / wezterm

A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
https://wezfurlong.org/wezterm/
Other
17.23k stars 779 forks source link

`--config window_decorations=\"RESIZE\"` do not make effect #6105

Open eval-exec opened 1 month ago

eval-exec commented 1 month ago

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

Linux X11, Linux Wayland

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

Kwin, KDE

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

I want to launch wezterm-gui, and hide TITLE, but show resizeable border, and I learned it from https://wezfurlong.org/wezterm/config/lua/config/window_decorations.html . so I: wezterm-gui --config enable_wayland=false --config enable_tab_bar=false --config window_decorations=\"RESIZE\" -e htop But, the title are not hidden. image

To Reproduce

No response

Configuration

no config

Expected Behavior

When use --config window_decorations=\"RESIZE\", the title should be hidden, but the resizeable border should be shown.

Logs

No response

Anything else?

No response

xieve commented 3 weeks ago

Duplicate of #3936. Since you're running KDE, I believe you can enable Wayland without issues. The window decorations will disappear then.