From b3738e113ce62e8adc205c6ce27798ba8ea8fccd Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 22 Jun 2016 17:34:53 +1200 Subject: Break Xresources into subfiles --- X/Xresources | 44 ++------------------------------------------ X/Xresources.d/URxvt | 35 +++++++++++++++++++++++++++++++++++ X/Xresources.d/Xft | 6 ++++++ 3 files changed, 43 insertions(+), 42 deletions(-) create mode 100644 X/Xresources.d/URxvt create mode 100644 X/Xresources.d/Xft (limited to 'X') diff --git a/X/Xresources b/X/Xresources index 0880cfcf..487c6ab0 100644 --- a/X/Xresources +++ b/X/Xresources @@ -1,42 +1,2 @@ -! Fonts -Xft.antialias : 1 -Xft.dpi : 96 -Xft.hinting : -1 -Xft.hintstyle : hintnone -Xft.rgba : none - -! Urxvt -URxvt.buffered : false -URxvt.cursorBlink : on -URxvt.cutchars : <> -URxvt.depth : 32 -URxvt.font : xft:Ubuntu Mono:size=12,xft:Deja Vu Sans Mono,xft:Lohit Kannada -URxvt.internalBorder : 0 -URxvt.iso14755 : false -URxvt.iso14755_52 : false -URxvt.perl-ext-common : select -URxvt.pointerBlank : true -URxvt.saveLines : 10000 -URxvt.scrollBar : false -URxvt.scrollTTyKeypress : true -URxvt.scrollTTyOutput : false -URxvt.secondaryScroll : true -URxvt.urgentOnBell : true -URxvt.background : #030303 -URxvt.foreground : #E0E0E0 -URxvt.color0 : #030303 -URxvt.color1 : #CC0000 -URxvt.color2 : #3EAA06 -URxvt.color3 : #C4A000 -URxvt.color4 : #3465A4 -URxvt.color5 : #75507B -URxvt.color6 : #06989A -URxvt.color7 : #D3D7CF -URxvt.color8 : #303030 -URxvt.color9 : #EF2929 -URxvt.color10 : #7AF234 -URxvt.color11 : #FCE94F -URxvt.color12 : #729FCF -URxvt.color13 : #AD7FA8 -URxvt.color14 : #34E2E2 -URxvt.color15 : #EEEEEC +#include ".Xresources.d/Xft" +#include ".Xresources.d/URxvt" diff --git a/X/Xresources.d/URxvt b/X/Xresources.d/URxvt new file mode 100644 index 00000000..46581c46 --- /dev/null +++ b/X/Xresources.d/URxvt @@ -0,0 +1,35 @@ +! URxvt +URxvt.buffered : false +URxvt.cursorBlink : on +URxvt.cutchars : <> +URxvt.depth : 32 +URxvt.font : xft:Ubuntu Mono:size=12,xft:Deja Vu Sans Mono,xft:Lohit Kannada +URxvt.internalBorder : 0 +URxvt.iso14755 : false +URxvt.iso14755_52 : false +URxvt.perl-ext-common : select +URxvt.pointerBlank : true +URxvt.saveLines : 10000 +URxvt.scrollBar : false +URxvt.scrollTTyKeypress : true +URxvt.scrollTTyOutput : false +URxvt.secondaryScroll : true +URxvt.urgentOnBell : true +URxvt.background : #030303 +URxvt.foreground : #E0E0E0 +URxvt.color0 : #030303 +URxvt.color1 : #CC0000 +URxvt.color2 : #3EAA06 +URxvt.color3 : #C4A000 +URxvt.color4 : #3465A4 +URxvt.color5 : #75507B +URxvt.color6 : #06989A +URxvt.color7 : #D3D7CF +URxvt.color8 : #303030 +URxvt.color9 : #EF2929 +URxvt.color10 : #7AF234 +URxvt.color11 : #FCE94F +URxvt.color12 : #729FCF +URxvt.color13 : #AD7FA8 +URxvt.color14 : #34E2E2 +URxvt.color15 : #EEEEEC diff --git a/X/Xresources.d/Xft b/X/Xresources.d/Xft new file mode 100644 index 00000000..dd28d4ee --- /dev/null +++ b/X/Xresources.d/Xft @@ -0,0 +1,6 @@ +! Fonts +Xft.antialias : 1 +Xft.dpi : 96 +Xft.hinting : -1 +Xft.hintstyle : hintnone +Xft.rgba : none -- cgit v1.2.3