Skip to content

Instantly share code, notes, and snippets.

@edomaru
Last active October 5, 2023 20:52
Enable or disable device on ubuntu 14.04

Enable or disable device on ubuntu 14.04

type xinput and see the device id

$ xinput

To disable device, type this line

$ xinput --disable xx xx adalah id device

To enable device, type this line

$ xinput --enable xx

@freefony
Copy link

freefony commented Dec 7, 2018

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment