From 346d3103c6a55e7df0ca9c810d2fbb9dee9dbcb2 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 9 Apr 2012 00:11:57 +0900 Subject: [PATCH] misc changes --- bashrc | 4 ++-- emacs.el | 2 -- xinitrc | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/bashrc b/bashrc index ea7f9b0..6b8a383 100755 --- a/bashrc +++ b/bashrc @@ -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" diff --git a/emacs.el b/emacs.el index 1526df9..e7b1f97 100644 --- a/emacs.el +++ b/emacs.el @@ -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")) diff --git a/xinitrc b/xinitrc index b0407f0..3ab0805 100644 --- a/xinitrc +++ b/xinitrc @@ -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 }