|
Have been trying to get MPV to start with a different initial window size but all attempts have failed. Have tried editing the mpv.conf. Have created a windowrule.conf and sourced it in ~/.config/hypr/hyprland.conf Have tried using that rule in the default .conf file locations as well. Any help appreciated. |
Replies: 1 comment 1 reply
|
Found a solution to the problem. Seem like the steam size settings were getting used if I edited the steam.conf file. For anyone that stumble upon the same problem here is an example of my windowrule.conf file for mpv. |
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.