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