summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2014-12-22 16:36:58 +0100
committerOlivier Gayot <duskcoder@gmail.com>2014-12-22 16:38:37 +0100
commit3f0d0111c17d8292a544c5a42b4a8f1e2b5fe721 (patch)
treee34f7a60b1b655a0d36f8bb2c892b8bbf05bf733
parent21dd38c94d2e80cbb3372448ccc2d8264e6c93b9 (diff)
xresources: add the .Xdefault file
this file configures the X resources such as urxvt in our case. Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r--user/.Xdefaults7
1 files changed, 7 insertions, 0 deletions
diff --git a/user/.Xdefaults b/user/.Xdefaults
new file mode 100644
index 0000000..7d52a1e
--- /dev/null
+++ b/user/.Xdefaults
@@ -0,0 +1,7 @@
+XTerm*background: black
+XTerm*foreground: gray
+XTerm*faceName: terminus:style=bold
+XTerm*faceSize: 12
+XTerm*boldMode: false
+XTerm*colorBD: white
+XTerm*colorBDMode: true