arakiken / mlterm

Other
156 stars 14 forks source link

Mlterm-wl always undecorated and cannot be decorated by most of wayland compositors. #31

Closed ahmadraniri1994 closed 2 years ago

ahmadraniri1994 commented 2 years ago

Is there a way to make mlterm-wl get decorated on wayland compositors (gnome wayland / kde wayland) ?

arakiken commented 2 years ago

mlterm doesn't support client side decoration, so there is no way for now. l have a plan to support xdg-decoration in the future.

ahmadraniri1994 commented 2 years ago

Wow, Great. Thanks.

ahmadraniri1994 commented 2 years ago

Apparently, labwc support to decorate mlterm-wl.

ahmadraniri1994 commented 2 years ago

closed.

ahmadraniri1994 commented 2 years ago

Mlterm-wl seems get decorated while in float mode (swaywm) with a rule.

for_window [app_id="mlterm"] border normal 2

arakiken commented 2 years ago

mlterm-wl supports xdg-decoration. Compositors supporting xdg-decoration such as plasma(kde)-wayland decorate mlterm-wl. https://github.com/arakiken/mlterm/commit/4798a13305bd17438608a82a60b6ff41d499a672

ahmadraniri1994 commented 2 years ago

sorry for late reply @arakiken , I can confirm that. Thanks alot for the implementation.