문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 다음 판 | 이전 판 | ||
|
linux:mouse [2019/11/10 14:19] kwon37xi 만듦 |
— (현재) | ||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| - | ====== Linux Mouse ====== | ||
| - | * [[linux: | ||
| - | |||
| - | ===== Mouse Speed / Acceleration ===== | ||
| - | <code sh> | ||
| - | xset q # 현재 상태 확인 | ||
| - | |||
| - | xset mouse 1 5 # acceleration threshold 느려짐 | ||
| - | xset mouse 10 5 # acceleration threshold 빨라짐 | ||
| - | </ | ||
| - | |||
| - | 실행 아이콘을 만들 때는 '' | ||
| - | ===== Mouse Cursor Theme ===== | ||
| - | * http:// | ||
| - | <code sh> | ||
| - | apt-cache search cursor-theme # 커서 테마를 검색해서 설치한다. | ||
| - | |||
| - | # 용량이 얼마 안되니 일단 보이는 대로 다 설치해봄 | ||
| - | sudo apt-get install dmz-cursor-theme oxygen-cursor-theme oxygen-cursor-theme-extra xcursor-themes chameleon-cursor-theme moblin-cursor-theme | ||
| - | |||
| - | # 커서 변경 | ||
| - | sudo update-alternatives --config x-cursor-theme | ||
| - | |||
| - | # gcursor 라는 프로그램을 통해서 마우스 커서 테마를 미리보기 할 수 있다. | ||
| - | </ | ||
| - | |||
| - | ===== Lenovo Thinkpad Bluetooth Mouse ===== | ||
| - | * Bluetooth 마우스의 Backward/ | ||
| - | * [[https:// | ||
| - | * 아래 명령을 매번 실행하면 된다. Forward/ | ||
| - | < | ||
| - | xmodmap -e " | ||
| - | </ | ||