remove occurences of old hostnames and replace with current hostnames
warthog (old macbook) does not exist anymore and falcon has been renamed to beryllium
This commit is contained in:
parent
a4762ca7a2
commit
d4022aecee
4 changed files with 5 additions and 6 deletions
|
|
@ -16,8 +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('beryllium')
|
||||
HiDPIHosts.add('cipbuero4')
|
||||
|
||||
HiDPI = os.uname().nodename in HiDPIHosts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue