Skip to content
Discussion options

You must be logged in to vote

Found a solution to the problem.

Seem like the steam size settings were getting used if I edited the steam.conf file.
So I compared the "hyprctl clients" output from both mpv and steam.
With mpv there was an extra tag called "floating-window*" that was not present in the steam output.
Added a line in my windowrule.conf file to remove the tag and voila!

For anyone that stumble upon the same problem here is an example of my windowrule.conf file for mpv.

windowrule = tag -floating-window*, match:class mpv

windowrule {
    name = resize-mpv
    match:class = mpv
    float = on
    size = 1920 1080
    center = on
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mau-mauricelim
Comment options

Answer selected by frekac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants