pywm icon indicating copy to clipboard operation
pywm copied to clipboard

Wayland compositor core employing wlroots - aims to handle the actual layout logic in python thereby enabling easily accessible wm concepts

Results 10 pywm issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

documentation

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...

documentation

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...

documentation

See https://github.com/jbuchermn/newm/issues/111

bug

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 ![Screenshot from...

documentation

When exploring the C code of pywm, I noticed my text editor would reformat the code to its defaults instead of trying to respect the existing code. A `.clang-format` file...

enhancement

Assuming that two XWayland windows with the same process ID are parent and child can also cause new instances of the same application to be treated like child windows when...

I was trying to port newm to [Void Linux](https://github.com/void-linux/void-packages/pull/41185#discussion_r1055639149), 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...