diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-12-18 15:04:04 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-12-18 15:04:04 +0100 |
commit | f70ecacf6f28da73087cf6fdd13cd6a614cdb536 (patch) | |
tree | 9fdbdb62bb6e3316d77d327fdc284282f824c50e | |
parent | 04c164e4f181df2a07b9789a6c7f084256d239b7 (diff) |
Weekly commit
-rw-r--r-- | emacs | 6 | ||||
-rw-r--r-- | xorg/xcompose | 1 | ||||
-rw-r--r-- | xorg/xdefaults | 4 | ||||
-rw-r--r-- | xorg/xorg.conf | 2 |
4 files changed, 9 insertions, 4 deletions
@@ -14,4 +14,8 @@ ;; show line- and columnnumber (line-number-mode 1) -(column-number-mode 1)
\ No newline at end of file +(column-number-mode 1) + +;; load viper mode +(setq viper-mode t) +(require 'viper) diff --git a/xorg/xcompose b/xorg/xcompose index 0b0b1d5..f52b765 100644 --- a/xorg/xcompose +++ b/xorg/xcompose @@ -7,3 +7,4 @@ include "/usr/share/X11/locale/en_US.UTF-8/Compose" <dead_circumflex> <x> : "[✘]" <dead_circumflex> <p> : "http_proxy=http://localhost:3128 " <dead_circumflex> <l> : "♥" +<dead_circumflex> <n> : "♫" diff --git a/xorg/xdefaults b/xorg/xdefaults index ed0121f..9ae58c8 100644 --- a/xorg/xdefaults +++ b/xorg/xdefaults @@ -35,7 +35,7 @@ URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-] #URxvt*tintColor: grey # Colors -URxvt*cursorColor: #6E8558 +#URxvt*cursorColor: #6E8558 URxvt*background: #0e1310 URxvt*foreground: #ffffff URxvt*colorBD: #FFFFFF @@ -47,7 +47,7 @@ URxvt*color2: #6E8558 URxvt*color3: #E7D78E URxvt*color4: #3465A4 URxvt*color5: #CEA86F -URxvt*color6: #FFFFFF +URxvt*color6: #0099FF URxvt*color7: #FFFFFF URxvt*color8: #888888 URxvt*color9: #D76666 diff --git a/xorg/xorg.conf b/xorg/xorg.conf index 355f50c..d8ca7a3 100644 --- a/xorg/xorg.conf +++ b/xorg/xorg.conf @@ -38,7 +38,7 @@ Section "ServerLayout" EndSection Section "ServerFlags" - Option "DontZap" "on" + Option "DontZap" "False" Option "AutoAddDevices" "False" Option "AllowEmptyInput" "False" EndSection |