#!/bin/bash

hdpi=`cat /etc/X11/fly-dm/dpi`
if [ $hdpi -gt 120 ]; then
  export QT_AUTO_SCREEN_SCALE_FACTOR=1
fi
