From fd2bd68bfb9fbf403345631526bd0dfe1193875b Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 15 Dec 2020 13:14:44 +0100 Subject: Xresources: support local configuration --- dotfiles/Xresources | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dotfiles/Xresources b/dotfiles/Xresources index a8980f2..d1f3125 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -1,3 +1,9 @@ +#define XRESOURCES_LOCAL ".config/Xresources_local" + +#if __has_include(XRESOURCES_LOCAL) +# include XRESOURCES_LOCAL +#endif + URxvt.color9: tomato URxvt.color10: spring green URxvt.color11: yellow -- cgit v1.2.3