aboutsummaryrefslogtreecommitdiff
path: root/X
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-22 17:34:53 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-22 17:34:53 +1200
commitb3738e113ce62e8adc205c6ce27798ba8ea8fccd (patch)
treea9f08948816670013b0fbbc18819c088e3d9ea0b /X
parentReformat paragraphs in README (diff)
downloaddotfiles-b3738e113ce62e8adc205c6ce27798ba8ea8fccd.tar.gz
dotfiles-b3738e113ce62e8adc205c6ce27798ba8ea8fccd.zip
Break Xresources into subfiles
Diffstat (limited to 'X')
-rw-r--r--X/Xresources44
-rw-r--r--X/Xresources.d/URxvt35
-rw-r--r--X/Xresources.d/Xft6
3 files changed, 43 insertions, 42 deletions
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