Last active
March 31, 2016 02:01
-
-
Save daemin-hwang/66f383ce6c8c5513b568 to your computer and use it in GitHub Desktop.
리눅스 마우스 감도 조절
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⎡ Virtual core pointer id=2 [master pointer (3)] | |
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] | |
⎜ ↳ SteelSeries SteelSeries Kinzu V3 Gaming Mouse id=12 [slave pointer | |
xinput # 디바이스 종류 리스팅 | |
xinput set-prop 12 'Device Accel Constant Deceleration' 1.8 # ID 12번 마우스장비의 감도 조절 | |
# DEFAULT 1 인듯 디바이스 아이디 값은 달라질 수 있음. | |
# 빠름 > 느림 | |
# 0.5 > 1.5 | |
# 메뉴 > 기본설정 > 시작프로그램에 위의 커맨드를 등록하여 부팅시마다 적용하게 가능힘 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment