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 would like to use for on the top-level. I'm trying to create a window on every available monitor (number of monitor provided by an external command). For this, I'm trying to use this syntax:
(for m in monitors
(defwindow bar_${m}
:monitor m
[some other values that aren't really important to this context]
)
)
Proposed configuration syntax
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
I'm not sure if something like that will happen anytime soon, as creating window definition dynamically definitely seems out of scope for now. However, #431 should more or less provide the same functionality: It'll allow you to define a single window and open it multiple times with different arguments, solving the same problem more cleanly. I'll close this issue as out of scope for now, referring to #431 instead as a more flexible and viable solution that's gonna be released soon (hopefully)
Description of the requested feature
I would like to use
for
on the top-level. I'm trying to create a window on every available monitor (number of monitor provided by an external command). For this, I'm trying to use this syntax:Proposed configuration syntax
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: