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
This would allow for targeting windows to be grouped by default with window rules, without requiring you to run a dispatcher on the active window.
For example, these were the window rules I used for automatically starting two applications grouped with tabs in the same workspace before switching to hy3:
exec-once = [ workspace 4 silent; group set ] app1
exec-once = [ workspace 4 silent; group set ] app2
The group rule was applied to both windows in this example, so that if one app opened before the other they'd still both be grouped. In hy3's case, the group rule would only need to be applied to one window, since adjacent ones can collapse into it.
This could also allow for defining specific directional layouts for apps launched automatically in a workspace. You could apply the hy3 group window rule equivalent for hy3:makegroup <h | v> on one application, then launch the next app after it to open it in the group direction specified.
The text was updated successfully, but these errors were encountered:
Could a window rule similar to the base hyprland
group
window rule (https://wiki.hyprland.org/Configuring/Window-Rules/#group-window-rule-options) be implemented for hy3?This would allow for targeting windows to be grouped by default with window rules, without requiring you to run a dispatcher on the active window.
For example, these were the window rules I used for automatically starting two applications grouped with tabs in the same workspace before switching to hy3:
or
The group rule was applied to both windows in this example, so that if one app opened before the other they'd still both be grouped. In hy3's case, the group rule would only need to be applied to one window, since adjacent ones can collapse into it.
This could also allow for defining specific directional layouts for apps launched automatically in a workspace. You could apply the hy3 group window rule equivalent for
hy3:makegroup <h | v>
on one application, then launch the next app after it to open it in the group direction specified.The text was updated successfully, but these errors were encountered: