pywm
pywm copied to clipboard
Wayland compositor core employing wlroots - aims to handle the actual layout logic in python thereby enabling easily accessible wm concepts
Request to implement necessary protocols to allow for swapping to other screen lockers such as (s)waylock. Waylock uses [ext-session-lock-v1](https://wayland.app/protocols/ext-session-lock-v1) announced for [wayland 1.25](https://lists.freedesktop.org/archives/wayland-devel/2022-January/042102.html). Swaylock uses the above or [wlr-input-inhibitor](https://wayland.app/protocols/wlr-input-inhibitor-unstable-v1)(deprecated) and...
I keep getting the same error message on both Fedora and Voidlinux. error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [8 lines of...
I tried installing on Pop OS 22.04 with `pip3 install --user git+https://github.com/jbuchermn/pywm` and getting this error: ``` Collecting git+https://github.com/jbuchermn/pywm Cloning https://github.com/jbuchermn/pywm to /tmp/pip-req-build-1wc7rr0h Running command git clone --filter=blob:none --quiet https://github.com/jbuchermn/pywm...
Docs
Hi! Is it possible to make our own compositor with pywm? I find wlroots incredibly hard to understand and if this can help then I'm more than interested in trying...
I am on Debian Testing and was trying to build PyWM. I cd into pywm directory after cloning the project and run `meson build`, but getting this error , but it requires the use of wlroots in system, by changing the meson.build to force this behavior for both 0.2 and...
@jbuchermn Hi, sorry to bother you, I know you're very busy lately, I hope you're well. First of all thanks for this amazing project. When trying to build it throws...