What core patches are included by default? #293
-
The README states:
Say I were to run the flexipatch-finalizer on a freshly-cloned dwm-flexipatch without any changes to patches.def.h. What non-optional patches would be included by default? How would it differ from a freshly-cloned dwm directly from suckless? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I suppose the best way to answer this would be to apply flexipatch-finalizer on dwm-flexipatch with no additional patches enabled, then drop in the .git directory from a bare dwm and run That should show you the scope of the changes. In terms of standalone patches we have these integrated: Branch dwm-flexipatch-1.0 has a traditional bar and should give you more or less the same as a bare dwm if finalized (less line breaks, empty lines, indentation changes). |
Beta Was this translation helpful? Give feedback.
I suppose the best way to answer this would be to apply flexipatch-finalizer on dwm-flexipatch with no additional patches enabled, then drop in the .git directory from a bare dwm and run
git diff
.That should show you the scope of the changes.
In terms of standalone patches we have these integrated:
Branch dwm-flexipatch-1.0 has a traditional bar and should give you more or less the same as a bare dwm if finalized (less line breaks, empty lines, indentation changes).