Git Product home page Git Product logo

Comments (5)

z3bra avatar z3bra commented on July 17, 2024

From what I understand from wayland, it is not possible to "port" wmutils to it. Due to wayland's design, it is not possible to use it without having a full compositor running, that would handle everything frol drawing windows to managing the clipboard. wmutils provides binaries around builtin X features, like moving a window on the screen by making call to the X server, which is running for every session. There is no such thing in wayland, as the "compositor" (synonym to "window manager" for X), act as the server itself.

from core.

Anachron avatar Anachron commented on July 17, 2024

Thanks for your quick response. But even then, would an api/interface not allow one to connect to this server and give commands to it?

from core.

z3bra avatar z3bra commented on July 17, 2024

To make it "work", you would have to write a full compositor, and have it listen to different commands on a socket. Basically, something like ratpoison. This is totally different from wmutils' design. Another idea would be to take an existing conpositor with an external API, and send commands to it. This is, again, different from our design and closer to what wmctrl is.

wmutils is a set of standalone tools one can use to manipulate windows without needing a full WM.

from core.

CamilleScholtz avatar CamilleScholtz commented on July 17, 2024

But even then, would an api/interface not allow one to connect to this server and give commands to it

The smart people behind Wayland didn't think of creating a standardized API. I'm sure there a few third part projects going on, but even then essential tools people use with wmutils, like a hotkey daemon, screenshot program, notification popup program etc. etc. can't be used, because all that stuff depends on the compositor.

from core.

Anachron avatar Anachron commented on July 17, 2024

The smart people behind Wayland didn't think of creating a standardized API. I'm sure there a few third part projects going on, but even then essential tools people use with wmutils, like a hotkey daemon, screenshot program, notification popup program etc. etc. can't be used, because all that stuff depends on the compositor.

Closing this as useless then. The more I hear about Wayland the more I doubt it will ever become a standard. Thanks for your great replies!

from core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.