summary refs log tree commit diff stats
path: root/.Xresources
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-04-12 23:57:00 -0400
committerBen Morrison <ben@gbmor.dev>2020-04-25 00:39:30 -0400
commit45d920c8ec323bf5d91de23bdb49f61c152b1301 (patch)
tree0bea7db6494a2803dfe18d02dbdeb2eec9811b9b /.Xresources
downloaddogfiles-45d920c8ec323bf5d91de23bdb49f61c152b1301.tar.gz
Lots of unimportant changes happened before this
point, that I absolutely will never need a record of.
Diffstat (limited to '.Xresources')
-rw-r--r--.Xresources20
1 files changed, 20 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources
new file mode 100644
index 0000000..c1158bf
--- /dev/null
+++ b/.Xresources
@@ -0,0 +1,20 @@
+URxvt*loginShell: true
+URxvt*foreground: gray
+URxvt*background: black
+URxvt*font: xft:Terminus:pixelsize=11:encoding=combined
+URxvt*scrollBar: false
+URxvt*metaSendsEscape: true
+URxvt*bellIsUrgent: true
+
+XTerm*loginShell: true
+XTerm*foreground: gray
+XTerm*background: black
+XTerm*faceName: xft:Hasklig:pixelsize=12
+XTerm*faceSize: 14
+XTerm*scrollBar: false
+XTerm*metaSendsEscape: true
+XTerm*bellIsUrgent: true
+XTerm*VT100.Translations: #override\n\
+    Ctrl Shift <KeyPress> v: insert-selection(CLIPBOARD)\n\
+    Ctrl Shift <KeyPress> c: copy-selection(CLIPBOARD)\n
+