commit c995b21965b8e5d0e6c3de92045c5b0eeef37466
parent 1111af2e1d43f6934d2613440456bb9a4b996e43
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date: Tue, 22 Jan 2013 10:17:18 +0100
urxvt now default terminal
Diffstat:
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/.Xdefaults b/.Xdefaults
@@ -53,7 +53,7 @@ xterm*termName: xterm-256color
!!!xterm*eightBitOutput: true
!xterm*utf8: 1
-!xterm*utf8: 2
+xterm*utf8: 2
xterm*eightBitInput: true
xterm*saveLines: 1024
@@ -83,10 +83,11 @@ URxvt.internalBorder: 1
!URxvt.loginShell: true
URxvt.scrollBar: off
!URxvt.font: 7x13euro
+!URxvf.font: 8x13
! tabs and clickable URLs
!URxvt.perl-ext-common: default,tabbed,matcher
URxvt.perl-ext-common: matcher
-URxvt.urlLauncher: /usr/bin/urxvt-browser
+URxvt.urlLauncher: /usr/bin/firefox
URxvt.matcher.button: 1
! tab colors
!URxvt.tabbed.tabbar-fg: 2
diff --git a/.xprofile b/.xprofile
@@ -5,4 +5,5 @@ export LC_ALL=
export LC_COLLATE="C"
export LC_CTYPE="en_US.UTF-8"
-export TERMINAL=xterm
+#export TERMINAL=xterm
+export TERMINAL=urxvt