diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-04-18 22:00:06 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-04-18 22:00:06 +0200 |
commit | dc948e9cd70afc899459685dbd598ad5ac983477 (patch) | |
tree | f4c7de89018b3ad1582bed6147565a957844ff86 | |
parent | 83ebb0656e4996f6397cbe053eebbbd2e74bea14 (diff) |
Added support for multiple DPIs with a local .Xresources file
-rw-r--r-- | .Xresources | 1 | ||||
-rw-r--r-- | .xinitrc | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.Xresources b/.Xresources index aeec884..987c0f2 100644 --- a/.Xresources +++ b/.Xresources @@ -1,4 +1,3 @@ -Xft.dpi: 150 Xft.autohint: 0 Xft.lcdfilter: lcddefault Xft.hintstyle: hintfull @@ -12,6 +12,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ]; then fi [[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources +[[ -f ~/.Xresources-local ]] && xrdb -merge ~/.Xresources-local initcfg |