Skip to content
New issue

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

gTile@shuairan : should use metacity tile frame geometry for tiled windows #416

Open
luv2code opened this issue Aug 19, 2022 · 0 comments
Open

Comments

@luv2code
Copy link

luv2code commented Aug 19, 2022

  • version/Build date
    • 2.1.0 2022-08-18 15:49:47
  • Cinnamon version
    • Cinnamon 5.2.7
  • Distribution
    • Ubuntu 22.04.1 LTS

Notify author of extension
@shuairan

Issue
I have special style rules in my theme's metacity theme xml file for tiled windows on <frame_geometry name="tiled_left|tiled_right"> elements. The style does not apply to windows tiled with the gTile extension. I don't have a workaround.

Steps to reproduce
Add a frame geometry element like the one below to your metacity theme xml file:

<frame_geometry name="tiled_left" title_scale="xx-small" has_title="false" parent="normal" rounded_top_left="false" rounded_top_right="false" hide_buttons="true">
  <distance name="left_width" value="0"/>
  <distance name="right_width" value="0"/>
  <distance name="bottom_height" value="0"/>
  <distance name="left_titlebar_edge" value="0"/>
  <distance name="right_titlebar_edge" value="0"/>
  <distance name="title_vertical_pad" value="0"/>
  <border name="title_border" left="0" right="0" top="0" bottom="0"/>
  <border name="button_border" left="0" right="0" top="0" bottom="0" />
</frame_geometry>

Expected behaviour
when tiling a window with gTile, the title bar and borders should not be visible. (test the look with windows+right arrow using cinnamon window tiling)

I would like gTile to set the window geometry to either tiled_left or tiled_right. For my case, it doesn't matter which

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant