bakkeby / dwm-flexipatch

A dwm build with preprocessor directives to decide which patches to include during build time
MIT License
1.15k stars 231 forks source link

patch request: baratanyedge #375

Open ItzSelenux opened 12 months ago

ItzSelenux commented 12 months ago

i wonder if is possible to add https://codeberg.org/rak/dwm-baratanyedge/src/branch/main/dwm-baratanyedge-6.4.diff to the flexipatch, i tried to implement it manually but there are some thing that are different on flexipatch compared to normal DWM that i don't know if is secure to modify or may cause conflicts

I think it is useful since many users prefer a vertical bar, and the native bar is enough, thus avoiding having to use external bar

bakkeby commented 11 months ago

That is an interesting approach for a vertical bar. I think it is probably not feasible to integrate into dwm-flexipatch though due to conflicts and the way bar modules are handled.

It may be possible for a simplified version to be integrated, that just enables a vertical bar, but not sure how easy that will be to implement. I kind of doubt that this would work well with a systray module for example.