voc / voctomix

Full-HD Software Live-Video-Mixer in python
https://c3voc.de/
MIT License
578 stars 107 forks source link

make voc2gui respect Xft.dpi setting in .Xresources #276

Open Kunsi opened 4 years ago

Kunsi commented 4 years ago

Display DPI can be set using Xft.dpi in ~/.Xresources - but voc2gui does not scale according to that setting. I know there's GDK_SCALE, but this only allows for integers as scaling factors. Since we're using old MacBook Pros with Retina Displays (2560x1600px), we'd need a scaling factor of about 1.8, which can't be set using GDK_SCALE.