From 1ea705b5a21e2beb322bec455d08bf873eb9ce39 Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 9 Sep 2021 20:45:48 +0530 Subject: removed xterm settings --- .Xresources | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) (limited to '.Xresources') diff --git a/.Xresources b/.Xresources index 5db1410..9d299c3 100644 --- a/.Xresources +++ b/.Xresources @@ -23,8 +23,8 @@ ! URxvt config URxvt.scrollBar: flase -URxvt.font: xft:Dina:pixelsize=12 -URxvt.boldFont: xft:Dina:bold:pixelsize=12 +URxvt.font: xft:TamzenForPowerline:pixelsize=15 +URxvt.boldFont: xft:TamzenForPowerline:bold:pixelsize=15 URxvt.keysym.Shift-Up: command:\033]720;1\007 @@ -48,26 +48,4 @@ 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: Dina:pixelsize=12 - ! vim: set filetype=xdefaults nomodeline: -- cgit v1.2.3