@@ -122,8 +122,8 @@ null type pacman-color && { | |||||
export PACMAN=pacman-color # used by yaourt | export PACMAN=pacman-color # used by yaourt | ||||
} | } | ||||
null type pacmatic && { | 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" | alias ubuntu-upgrade="sudo apt-get autoremove --yes && sudo apt-get update --yes && sudo apt-get upgrade --yes" | ||||
@@ -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) | ;(set-face-bold-p 'modeline-buffer-id t) | ||||
(require 'set-modeline-color nil 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-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")) | (set-face-foreground 'mode-line-inactive (if (face-inverse-video-p 'mode-line) "black" "white")) | ||||
@@ -8,7 +8,7 @@ xmodmap -e 'keycode 101 = Alt_R Meta_R' # hiragana key as alt | |||||
#xmodmap -e 'add Control = Caps_Lock' | #xmodmap -e 'add Control = Caps_Lock' | ||||
type synclient >/dev/null 2>&1 && { | type synclient >/dev/null 2>&1 && { | ||||
synclient MaxSpeed=2.0 | |||||
synclient MaxSpeed=1.6 | |||||
synclient MinSpeed=0.2 | synclient MinSpeed=0.2 | ||||
synclient TouchpadOff=2 # tapping and scrolling are disabled | synclient TouchpadOff=2 # tapping and scrolling are disabled | ||||
} | } | ||||