add faui03f to HiDPI config

This commit is contained in:
Thomas Preisner 2019-01-09 23:52:03 +01:00
parent c258f61b60
commit 49e22b35bb
2 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,7 @@ URxvt*print-pipe: "true"
URxvt.transparent: true
URxvt.shading: 20
#if defined(SRVR_warthog)
#if defined(SRVR_warthog) || defined(SRVR_faui03f)
Xft.dpi: 192
#endif

View file

@ -16,6 +16,7 @@ monitor = sys.argv[1] if len(sys.argv) >= 2 else 0
HiDPIHosts = set()
HiDPIHosts.add('warthog')
HiDPIHosts.add('faui03f')
HiDPI = os.uname().nodename in HiDPIHosts