You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking of something like a function layout_custom(monitor *m, char *option)
This would just take a monitor and a selector.
It would then compute how many windows needed to be laid out and pass that through to a central guile procedure which would return a list of dimensions so that the wndows could then be laid out.
I do not know the code base well enough yet to know if this would work.
I was wondering if you can considered allowing for the setup of layouts from guile code.
I feel that this feature would allow many things that are now patches to the C code base to be easily implemented
The text was updated successfully, but these errors were encountered: