summaryrefslogtreecommitdiffstats
path: root/.xinitrc
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2018-04-18 22:00:06 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2018-04-18 22:00:06 +0200
commitdc948e9cd70afc899459685dbd598ad5ac983477 (patch)
treef4c7de89018b3ad1582bed6147565a957844ff86 /.xinitrc
parent83ebb0656e4996f6397cbe053eebbbd2e74bea14 (diff)
Added support for multiple DPIs with a local .Xresources file
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
index e3b4c88..eeab316 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -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