Does anybody know how to set a window always on bottom in rust gtk4? set_type_hint() does not exist.

  • heartbreaker@sh.itjust.worksOP
    link
    fedilink
    arrow-up
    4
    arrow-down
    2
    ·
    1 day ago

    It is a design decision to have it implemented by each compositor. which means each one will implement it differently. Currently, the gtk4 layer shell supports some, like sway and hyperland, but not others, like gnome

    • highball@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      21 hours ago

      Sounds like a good opportunity to add the features in the way you see fit.

      • heartbreaker@sh.itjust.worksOP
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        2 hours ago

        Obviously, I can’t create the entire universe by my own, adding features in the way I see fit depends also on what others create. In this case, the app won’t be cross-platform, and users will complain when it doesn’t work properly on their distro. So I don’t see the issue with me complaining a bit as well.