dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 83b5814af4e706b8c700ffbceb563f6e00640a10
parent 2e1e7d6a18f83e9fbc7e2730c68c0ad6c7b41f6d
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Sat, 12 Jan 2013 12:25:24 +0100

configured xterm input

Diffstat:
M.Xdefaults | 15++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/.Xdefaults b/.Xdefaults @@ -41,6 +41,7 @@ xterm*termName: xterm-256color !xterm*geometry: 80x25 !!xterm*faceName: terminus:bold:pixelsize=11 !!!xterm*font: -*-dina-medium-r-*-*-16-*-*-*-*-*-*-* +!xterm*font: 7x13 !xterm*font: 8x15 !!xterm*dynamicColors: true !!!xterm*metaSendsEscape: true @@ -48,11 +49,11 @@ xterm*termName: xterm-256color !!!xterm*eightBitControl: false !!!xterm*eightBitOutput: true -!!xterm*utf8: 1 +xterm*utf8: 1 !xterm*utf8: 2 -!xterm*eightBitInput: true +xterm*eightBitInput: true -!xterm*saveLines: 512 +xterm*saveLines: 1024 !xterm*scrollKey: true !xterm*scrollTtyOutput: false !!xterm*scrollBar: true @@ -78,7 +79,7 @@ URxvt.shading: 20 URxvt.internalBorder: 1 !URxvt.loginShell: true URxvt.scrollBar: off -URxvt.font: 7x13euro +!URxvt.font: 7x13euro ! tabs and clickable URLs !URxvt.perl-ext-common: default,tabbed,matcher URxvt.perl-ext-common: matcher @@ -90,9 +91,9 @@ URxvt.matcher.button: 1 !URxvt.tabbed.tab-fg: 3 !URxvt.tabbed.tab-bg: 0 ! colors -URxvt.foreground: White -URxvt.background: Black -URxvt.saveLines: 1024 +!URxvt.foreground: White +!URxvt.background: Black +!URxvt.saveLines: 1024 URxvt.meta8: True urxvt*termName: rxvt