Recent changes like color for term

This commit is contained in:
Hunter Haugen 2010-01-04 17:35:03 -08:00
parent 11bb2abd1e
commit d31d57b1b0
5 changed files with 20 additions and 42 deletions

View file

@ -13,6 +13,8 @@ URxvt*cursorColor: #007998
!URxvt*font: xft:Terminus:pixelsize=11,xft:IPAGothic:antialias=true !URxvt*font: xft:Terminus:pixelsize=11,xft:IPAGothic:antialias=true
URxvt*font: 6x13,xft:IPAGothic:antialias=true URxvt*font: 6x13,xft:IPAGothic:antialias=true
!URxvt*perl-ext-common: default !URxvt*perl-ext-common: default
URxvt*color1: #007998
URxvt*color9: #228bba
URxvt.perl-ext-common: default,matcher URxvt.perl-ext-common: default,matcher
URxvt*urlLauncher: urxvt-to-uzbl.sh URxvt*urlLauncher: urxvt-to-uzbl.sh

12
.emacs
View file

@ -129,12 +129,12 @@
(buffer-string))))))) (buffer-string)))))))
;; Set my location sunrise-sunset ;; Set my location sunrise-sunset
;; (setq calendar-latitude 40.1) (setq calendar-latitude 45.4)
;; (setq calendar-longitude -88.2) (setq calendar-longitude -122.6)
;; (setq calendar-location-name "Portland, OR") (setq calendar-location-name "Portland, OR")
(setq calendar-latitude 17.5) ;; (setq calendar-latitude 17.5)
(setq calendar-longitude 78.5) ;; (setq calendar-longitude 78.5)
(setq calendar-location-name "Hyderabad, India") ;; (setq calendar-location-name "Hyderabad, India")
;; Start the server for emacsclient ;; Start the server for emacsclient
;(server-start) ;(server-start)

9
.vimrc
View file

@ -1,5 +1,3 @@
scriptencoding utf-8
"----------------------------------------------------------------------- "-----------------------------------------------------------------------
"BaSS vimrc based con ciaran "BaSS vimrc based con ciaran
"----------------------------------------------------------------------- "-----------------------------------------------------------------------
@ -12,10 +10,6 @@ scriptencoding utf-8
set termencoding=utf-8 set termencoding=utf-8
set encoding=utf-8 set encoding=utf-8
" Turn off the menubar so we don't get key accelerators with Meta.
" Don't include the toolbar
set guioptions=aegiLt
"colorscheme ir_black
set fenc=utf-8 set fenc=utf-8
if exists('&t_SI') if exists('&t_SI')
@ -116,6 +110,9 @@ if ! has("gui_running")
colors inkpot colors inkpot
else else
colors ir_black colors ir_black
" Turn off the menubar so we don't get key accelerators with Meta.
" Don't include the toolbar
set guioptions=aegit
endif endif
" set background=light gives a different style, feel free to choose between them. " set background=light gives a different style, feel free to choose between them.
set background=dark set background=dark

View file

@ -6,13 +6,13 @@
import XMonad hiding (Tall) import XMonad hiding (Tall)
import System.Exit import System.Exit
import XMonad.Layout.Circle
import XMonad.Layout.HintedTile
import XMonad.Layout.MagicFocus
import XMonad.Layout.Magnifier
import XMonad.Layout.NoBorders (noBorders, smartBorders) import XMonad.Layout.NoBorders (noBorders, smartBorders)
import XMonad.Layout.ResizableTile import XMonad.Layout.ResizableTile
import XMonad.Layout.SimplestFloat import XMonad.Layout.SimplestFloat
import XMonad.Layout.Circle
import XMonad.Layout.MagicFocus
import XMonad.Layout.Magnifier
import XMonad.Layout.HintedTile
import XMonad.Actions.CopyWindow import XMonad.Actions.CopyWindow
import XMonad.Actions.DynamicWorkspaces import XMonad.Actions.DynamicWorkspaces
import XMonad.Actions.GridSelect import XMonad.Actions.GridSelect
@ -23,6 +23,7 @@ import XMonad.Prompt
import XMonad.Util.EZConfig import XMonad.Util.EZConfig
import XMonad.Hooks.EwmhDesktops import XMonad.Hooks.EwmhDesktops
import XMonad.Hooks.ManageHelpers import XMonad.Hooks.ManageHelpers
import XMonad.Hooks.FadeInactive
import XMonad.Hooks.SetWMName import XMonad.Hooks.SetWMName
import Data.Monoid import Data.Monoid
import Data.List import Data.List

30
.zshrc
View file

@ -172,32 +172,10 @@ if [ x$DISPLAY != x ] ; then
preexec() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [$1]\a" || : } preexec() { [ -z "$WINTITLE" ] && print -Pn "\e]0;%m [$1]\a" || : }
fi fi
resize() { printf '\33]50;%s%d\007' "xft:Terminus:pixelsize=" $1 ":antialias=true" } resize() { printf '\33]50;%s%d\007' "xft:Terminus:pixelsize=" $1 ":antialias=true" }
asdf() { asdf() { xkbcomp -w0 ~/keymaps/xkb/hunner.xkb $DISPLAY }
if [ `uname -s` = "SunOS" ] ; then auie() { xkbcomp -w0 ~/keymaps/xkb/hunner.xkb $DISPLAY }
if [ x`hostname` = x"chandra.cs.pdx.edu" ] ; then aoeu() { setxkbmap us }
xmodmap ~/keymaps/eo_dv_hunner_type7.pke bepo() { setxkbmap fr bepo "ctrl:swapcaps" }
else
xmodmap ~/keymaps/eo_dv_hunner_type7.pke
fi
else
if [ x`hostname` = x"ni" ] ; then
xmodmap ~/keymaps/nu_x61.pke
else
xmodmap ~/keymaps/nu_std.pke
fi
fi
}
aoeu() {
if [ `uname -s` = "SunOS" ] ; then
xmodmap ~/keymaps/original-type7-sol.pke
else
if [ x`hostname` = x"ni" ] ; then
xmodmap ~/keymaps/qwerty_x61.pke
else
xmodmap ~/keymaps/kvar.pke
fi
fi
}
type7() { type7() {
if [ `uname -s` = "SunOS" ] ; then if [ `uname -s` = "SunOS" ] ; then
xmodmap ~/keymaps/eo_dv_hunner_type7_sol.pke xmodmap ~/keymaps/eo_dv_hunner_type7_sol.pke