add faui03f to HiDPI config
This commit is contained in:
parent
c258f61b60
commit
49e22b35bb
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue