다음을 사용하여 키보드나 마우스를 비활성화할 수 있습니다.
xinput disable <device>
하지만 이전에 장치가 비활성화되었는지 명령줄에서 어떻게 알 수 있습니까?
답변1
매뉴얼 페이지에는 다음과 같이 나와 있습니다.
--disable device
Disable the device. This call is equivalent to
xinput --set-prop device "Device Enabled" 0
따라서 장치가 활성화되어 있는지 사용 xinput --list-props
하고 알 수 있습니다.grep