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

@ -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