summaryrefslogtreecommitdiff
path: root/.Xresources
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-08-28 21:02:30 +0530
committerlistout <listout@protonmail.com>2021-08-28 21:02:30 +0530
commit0bc4221e8ffd786bd7550ce36a387a16c1164dd5 (patch)
tree18072a11532592d020c3ad9be495c0b31368d28e /.Xresources
parent33da3516b2aa1d4f4260fccb1610b246fe36498e (diff)
added config for xterm
Diffstat (limited to '.Xresources')
-rw-r--r--.Xresources22
1 files changed, 22 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources
index 3dc3620..4a05e07 100644
--- a/.Xresources
+++ b/.Xresources
@@ -27,6 +27,28 @@ URxvt.urlLauncher: firefox
URxvt.underlineURLs: true
URxvt.urlButton: 1
+! XTerm config
+! copy paste
+xterm*VT100.Translations: #override \
+ Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
+ Ctrl Shift <Key>C: copy-selection(CLIPBOARD)
+
+! small menu
+XTerm.vt100.geometry: 80x32
+
+! Force utf-8
+XTerm.vt100.locale: false
+XTerm.vt100.utf8: true
+
+! Make alt key behave properly
+XTerm.vt100.metaSendsEscape: true
+
+! Number of lines saved
+XTerm.vt100.saveLines: 4096
+
+! Fontface
+XTerm.vt100.faceName: UW Ttyp0:pixelsize=13
+
*.foreground: #b5b4c9
*.background: #1c1c1c
*.color0: #2e313d