hyprland-plugins icon indicating copy to clipboard operation
hyprland-plugins copied to clipboard

Hyprwinwrap: handle multiple classes

Open p4rfait opened this issue 1 year ago • 0 comments

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

p4rfait avatar Feb 18 '24 02:02 p4rfait