commit 83d7df4db39a8b6286a41e6f24b33e5adc1a4388
parent 6ac88ef82ebf402e83ac2131e2b6a2926e00a899
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date: Wed, 28 Nov 2012 22:10:00 +0100
added dictionary to vimrc, added X dotfiles
Diffstat:
3 files changed, 38 insertions(+), 36 deletions(-)
diff --git a/.Xdefaults b/.Xdefaults
@@ -7,37 +7,36 @@ xterm*background: black
xterm*foreground: white
! xterm ----------------------------------------------------------------------
-xterm*geometry: 80x25
-xterm*faceName: terminus:bold:pixelsize=11
-!!xterm*font: -*-dina-medium-r-*-*-16-*-*-*-*-*-*-*
-xterm*dynamicColors: true
-!xterm*utf8: 1
-
+xterm*termName: xterm-256color
+xterm*geometry: 80x25
+!xterm*faceName: terminus:bold:pixelsize=11
+!!xterm*font: -*-dina-medium-r-*-*-16-*-*-*-*-*-*-*
+!xterm*dynamicColors: true
xterm*utf8: 1
!!xterm*metaSendsEscape: true
!!xterm*eightBitInput: false
!!xterm*eightBitControl: false
!!xterm*eightBitOutput: true
-!xterm*utf8: 2
-xterm*eightBitInput: true
+!xterm*utf8: 2
+xterm*eightBitInput: true
-xterm*saveLines: 512
-xterm*scrollKey: true
-xterm*scrollTtyOutput: false
-!xterm*scrollBar: true
-mxterm*rightScrollBar: true
-xterm*jumpScroll: true
-xterm*multiScroll: true
-xterm*toolBar: false
+xterm*saveLines: 512
+xterm*scrollKey: true
+xterm*scrollTtyOutput: false
+!xterm*scrollBar: true
+mxterm*rightScrollBar: true
+xterm*jumpScroll: true
+xterm*multiScroll: true
+xterm*toolBar: false
! xpdf -----------------------------------------------------------------------
-xpdf*enableFreetype: yes
-xpdf*antialias: yes
-xpdf*foreground: black
-xpdf*background: white
-xpdf*matteColor: gray
-xpdf*urlCommand: /usr/bin/uzbl-browser %s
+xpdf*enableFreetype: yes
+xpdf*antialias: yes
+xpdf*foreground: black
+xpdf*background: white
+xpdf*matteColor: gray
+xpdf*urlCommand: /usr/bin/firefox %s
! rxvt-unicode ---------------------------------------------------------------
URxvt.transparent: true
@@ -48,24 +47,23 @@ URxvt.shading: 20
URxvt.internalBorder: 1
!URxvt.loginShell: true
URxvt.scrollBar: off
-!URxvt.font: 7x13euro
-URxvt.font: 7x13
+URxvt.font: 7x13euro
! tabs and clickable URLs
!URxvt.perl-ext-common: default,tabbed,matcher
-URxvt.urlLauncher: /usr/bin/uzbl-browser
+URxvt.perl-ext-common: matcher
+URxvt.urlLauncher: /usr/bin/urxvt-browser
URxvt.matcher.button: 1
! tab colors
-URxvt.tabbed.tabbar-fg: 2
-URxvt.tabbed.tabbar-bg: 0
-URxvt.tabbed.tab-fg: 3
-URxvt.tabbed.tab-bg: 0
+!URxvt.tabbed.tabbar-fg: 2
+!URxvt.tabbed.tabbar-bg: 0
+!URxvt.tabbed.tab-fg: 3
+!URxvt.tabbed.tab-bg: 0
! colors
URxvt.foreground: White
URxvt.background: Black
URxvt.saveLines: 1024
URxvt.meta8: True
-URxvt.modifier: alt
-urxvt*termName: rxvt
+urxvt*termName: rxvt
! xscreensaver ---------------------------------------------------------------
!font settings
diff --git a/.vimrc b/.vimrc
@@ -84,3 +84,7 @@ set expandtab " convert tab char to spaces
set softtabstop=4 " makes the tab key indent by four spaces
set shiftwidth=4 " width for autoindents
filetype indent on " automatic indent
+
+" Dictionary word completion using Ctrl-x Ctrl-k
+" File from wordlist- (debian) or word- (arch) package
+set dictionary+=/usr/share/dict/words
diff --git a/.xprofile b/.xprofile
@@ -1,7 +1,7 @@
#export LC_ALL="en_DK.UTF-8"
-#export LANG=en_DK.UTF-8
-#export LC_ALL=
-#export LC_COLLATE="C"
-#export LC_CTYPE="en_US.UTF-8"
+export LANG=en_DK.UTF-8
+export LC_ALL=
+export LC_COLLATE="C"
+export LC_CTYPE="en_US.UTF-8"
-export TERMINAL=urxvt
+export TERMINAL=xterm