From 8d9b1b4f9aaee0d75a5bb16a41879d4824896f60 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Mon, 14 Sep 2020 18:07:41 +0200 Subject: [PATCH] specific Xresources --- .config/Xresources.common | 3 ++- .config/Xresources.common.local##default | 1 + .config/Xresources.common.local##hostname.avior | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .config/Xresources.common.local##default create mode 100644 .config/Xresources.common.local##hostname.avior diff --git a/.config/Xresources.common b/.config/Xresources.common index 499cc66..9234747 100644 --- a/.config/Xresources.common +++ b/.config/Xresources.common @@ -17,7 +17,6 @@ URxvt.font: xft:Fira Code:size=13:antialias=true:hinting=true URxvt.boldFont: xft:Fira Code:size=13:antialias=true:hinting=true !--- HiDPI ---! -Xft.dpi: 192 Xft.autohint: 0 Xft.lcdfilter: lcddefault Xft.hintstyle: hintfull @@ -59,3 +58,5 @@ URxvt.color12: S_base0 URxvt.color13: S_violet URxvt.color14: S_base1 URxvt.color15: S_base3 + +#include ".config/Xresources.common.local" \ No newline at end of file diff --git a/.config/Xresources.common.local##default b/.config/Xresources.common.local##default new file mode 100644 index 0000000..b8d406b --- /dev/null +++ b/.config/Xresources.common.local##default @@ -0,0 +1 @@ +Xft.dpi: 192 \ No newline at end of file diff --git a/.config/Xresources.common.local##hostname.avior b/.config/Xresources.common.local##hostname.avior new file mode 100644 index 0000000..b8d406b --- /dev/null +++ b/.config/Xresources.common.local##hostname.avior @@ -0,0 +1 @@ +Xft.dpi: 192 \ No newline at end of file