From 49e22b35bbc98b83602c29a21fe2e14454cd7672 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Wed, 9 Jan 2019 23:52:03 +0100 Subject: [PATCH] add faui03f to HiDPI config --- Xresources | 2 +- config/barpyrus/config.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Xresources b/Xresources index 8197ecb..d8ada43 100644 --- a/Xresources +++ b/Xresources @@ -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 diff --git a/config/barpyrus/config.py b/config/barpyrus/config.py index bb03d4b..015dd30 100644 --- a/config/barpyrus/config.py +++ b/config/barpyrus/config.py @@ -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