Browse Source

misc changes

pull/1/head
10sr 12 years ago
parent
commit
346d3103c6
3 changed files with 3 additions and 5 deletions
  1. +2
    -2
      bashrc
  2. +0
    -2
      emacs.el
  3. +1
    -1
      xinitrc

+ 2
- 2
bashrc View File

@@ -122,8 +122,8 @@ null type pacman-color && {
export PACMAN=pacman-color # used by yaourt
}
null type pacmatic && {
true alias pacman="env pacman_program=${pacman_program} pacmatic"
true export PACMAN="env pacman_program=${pacman_program} pacmatic"
alias pacman="pacman_program=${pacman_program} pacmatic"
export PACMAN="pacmatic"
}

alias ubuntu-upgrade="sudo apt-get autoremove --yes && sudo apt-get update --yes && sudo apt-get upgrade --yes"


+ 0
- 2
emacs.el View File

@@ -397,8 +397,6 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB."
;(set-face-bold-p 'modeline-buffer-id t)
(require 'set-modeline-color nil t)))


;; (set-face-foreground 'mode-line-inactive (if window-system "gray" "white"))
(set-face-background 'mode-line-inactive (if (face-inverse-video-p 'mode-line) "white" "black"))
(set-face-foreground 'mode-line-inactive (if (face-inverse-video-p 'mode-line) "black" "white"))



+ 1
- 1
xinitrc View File

@@ -8,7 +8,7 @@ xmodmap -e 'keycode 101 = Alt_R Meta_R' # hiragana key as alt
#xmodmap -e 'add Control = Caps_Lock'

type synclient >/dev/null 2>&1 && {
synclient MaxSpeed=2.0
synclient MaxSpeed=1.6
synclient MinSpeed=0.2
synclient TouchpadOff=2 # tapping and scrolling are disabled
}


Loading…
Cancel
Save