環境整備
今日はちょっと Linux の環境整備。
X をきちんと設定
sudo dpkg-reconfigure xserver-xorg
トラックボールもきちんと設定(xorg.conf)
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 6 7 3"
EndSection
ButtonMapping の並びが重要。
emacs もちょいと設定
;;;;マウス設定
(mwheel-install) ;ホイールでのスクロール
(setq mouse-wheel-follow-mouse t) ;マウスカーソルのフレームをスクロール
(if (display-mouse-p) (mouse-avoidance-mode 'exile)) ;マウスカーソルが逃げる
0 件のコメント:
コメントを投稿