Centering MPlayer and mpv Windows on Linux
MPlayer is largely obsolete, but if you’re maintaining legacy systems, you’ll need to know how to position windows. For new work, use mpv (MPlayer’s maintained fork) instead. Centering with MPlayer Add this to ~/.mplayer/config: geometry=50%:50% This centers the window by setting both X and Y to 50% of screen dimensions. Override at runtime: mplayer -geometry…
