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’m working to try and wrangle the x-windows of a wine program. I have some regexes that capture the exwm-titles and rename the buffers to what is seen below.
As x-windows under EXWM are just emacs buffers, they should be controllable with the built-in display-buffer tooling via display-buffer-alist with the following layout in mind:
Unlike the alist attempt, the hook creates the correctly sized windows, and at least for some of the buffers, initially places them in the correct configuration.
However, this approach seems to be triggered everytime I change workspaces, causing the hook to attempt to replace the buffers ending in a broken buffer layout.
I'd prefer to use the more idiomatic display-buffer-alist approach if possible.
What information should I be using to debug the issue?
If anyone has advice or working display-buffer-alist configurations for multi-window applications that would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I’m working to try and wrangle the x-windows of a wine program. I have some regexes that capture the
exwm-titles
and rename the buffers to what is seen below.As x-windows under EXWM are just emacs buffers, they should be controllable with the built-in
display-buffer
tooling viadisplay-buffer-alist
with the following layout in mind:However, this doesn’t work as expected, and we have to wrap these rules in an exwm hook:
Unlike the
alist
attempt, the hook creates the correctly sized windows, and at least for some of the buffers, initially places them in the correct configuration.However, this approach seems to be triggered everytime I change workspaces, causing the hook to attempt to replace the buffers ending in a broken buffer layout.
I'd prefer to use the more idiomatic
display-buffer-alist
approach if possible.What information should I be using to debug the issue?
If anyone has advice or working
display-buffer-alist
configurations for multi-window applications that would be greatly appreciated.The text was updated successfully, but these errors were encountered: