From 0bc4221e8ffd786bd7550ce36a387a16c1164dd5 Mon Sep 17 00:00:00 2001 From: listout Date: Sat, 28 Aug 2021 21:02:30 +0530 Subject: added config for xterm --- .Xresources | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to '.Xresources') 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 V: insert-selection(CLIPBOARD) \n\ + Ctrl Shift 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 -- cgit v1.2.3