diff options
Diffstat (limited to 'x/.config/X11/Xresources')
| -rwxr-xr-x | x/.config/X11/Xresources | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x/.config/X11/Xresources b/x/.config/X11/Xresources new file mode 100755 index 0000000..5b0defc --- /dev/null +++ b/x/.config/X11/Xresources @@ -0,0 +1,13 @@ +#if __has_include(".extend.Xresources") +#include ".extend.Xresources" +#endif + +! ^ The above lines are no comments! +! Leave them as they are if a file ~/.extend.Xresources is being used on your system. +! config can be added there or also here below. +! For comments use "!" + +#include "gruvbox-dark.xresources" + +*.alpha: 0.8 +*.font: monospace:size=12 |
