hyprland-plugins
hyprland-plugins copied to clipboard
Hyprwinwrap: handle multiple classes
Since you can set on which workspace or monitor a window should open, it would be a good idea to be able to handle multiple classes with hyprwinwrap, for example:
windowrulev2 = workspace 1,class:(kitty-bg-1).
windowrulev2 = workspace 2,class:(kitty-bg-2)
hyprwinwrap{
class = kitty-bg-1
class = kitty-bg-2
}
this does not seem to be possible, since it only overwrites the last class