1
0
forked from extern/nix-config

mpv: Define maximum window size

This makes it so that mpv won't take up the entire screen when executed,
assuming it's dealing with a video resolution equal to or greater than
the current display.
This commit is contained in:
Donovan Glover 2022-03-11 10:04:31 -05:00
parent 91bb102ecf
commit 03d45a8fbd
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -47,3 +47,6 @@ sub-blur=10
# Start in fullscreen by default
fullscreen=yes
# Don't allow new windows to have a size larger than 90% of the screen size
autofit-larger=90%x90%