engstrand-config / dwl-guile

Dynamic tiling Wayland compositor configurable in Guile Scheme, based on dwl and libguile - now with a REPL!
Other
97 stars 5 forks source link

Revert naming of dwl IPC protocol to support other bars #32

Open Frewacom opened 1 year ago

Frewacom commented 1 year ago

dwl-guile has integrated the IPC patch in dwl, but using a different name (since it also extends the protocol). However, this means that other bars that make use of this protocol does not work under dwl-guile.

The solution is to split the current custom protocol into two, one for the general information (layout, tags, etc), and one for the dwl-guile specific methods.

Frewacom commented 1 year ago

Consider using the https://github.com/djpohly/dwl/wiki/ipc patch, instead of raphi's patch? Need to wait and see which protocol external bars will use.