rename faui03f into cipbuero4

This commit is contained in:
Thomas Preisner 2019-09-24 16:45:26 +02:00
parent d90d607c35
commit 3e02a6aa0d
2 changed files with 2 additions and 2 deletions

View file

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

View file

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