dispatch exec with a tag not working #10410
Replies: 2 comments
-
|
Update: I found that I can just have this to solve my problem: But the tag setting issue still exists. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
tag is dynamic and gets instantly unset. Mystery solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've done some windowrules to automatically have tabs in alacritty using window groups:
I use the bind to start the main window in a locked group, then when I create another window from inside Alacritty it will be in the same group.
My problem is that my hack relays on changing the window class, which will brake the icon in my waybar. So I want to use tags instead. Also not every application has a
--classoption like Alacritty.When running
hyprctl dispatch exec [float\;tag testtag] -- alacritty --title testor setting it as a bind in my config the tag will not be assigned:There is no difference if it was alone or with other rules like
float.I know that the exec rules might not work in every case, but the
floatis working so why not thetag? Is this expected?As in https://wiki.hyprland.org/Configuring/Window-Rules/#dynamic-rules , the opacity is also a dynamic rule, but it works in exec. So we should be able to do static and dynamic rules in exec?
Setup details:
Config:
Related Logs:
Beta Was this translation helpful? Give feedback.
All reactions