add new HiDPI-host

This commit is contained in:
Thomas Preisner 2019-06-11 20:35:53 +02:00
parent 2c8376890d
commit 21237ae0d9
3 changed files with 3 additions and 2 deletions

View file

@ -16,6 +16,7 @@ monitor = sys.argv[1] if len(sys.argv) >= 2 else 0
(x, y, monitor_w, monitor_h) = hc.monitor_rect(monitor)
HiDPIHosts = set()
HiDPIHosts.add('falcon')
HiDPIHosts.add('warthog')
HiDPIHosts.add('faui03f')