1.middle button無効にする
下記ファイルを編集。- sudo vi /usr/share/X11/xorg.conf.d/11-evdev-trackpoint.conf
- Section "InputClass"
- Identifier "trackpoint catchall"
- MatchIsPointer "true"
- MatchProduct "TrackPoint|DualPoint Stick"
- MatchDevicePath "/dev/input/event*"
- Option "Emulate3Buttons" "true"
- Option "EmulateWheel" "true"
- Option "EmulateWheelButton" "2"
- Option "EmulateWheelTimeout" "50"
- Option "XAxisMapping" "6 7"
- Option "YAxisMapping" "4 5"
- EndSection
2.ワークスーペース有効にする
[システム設定] -> [外観] -> [挙動] -> [ワークスペースを有効にする]3.マルチモニター間のポインタ移動をスムーズにする
[システム設定] -> [ディスプレイ] -> [ディスプレイを隣接する]を[オフ]に設定する。gitインストール
初期設定
git config --global user.email "Your email" git config --global user.name "Your name" git config --global http.sslVerify false参考サイト1
参考サイト2
0 件のコメント:
コメントを投稿