mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Added tags
This commit is contained in:
parent
bca1f711a5
commit
aa4280542b
50 changed files with 67 additions and 48 deletions
|
@ -2,7 +2,7 @@
|
|||
title: "Toggling X Input"
|
||||
date: 2020-01-07T20:46:32-05:00
|
||||
draft: false
|
||||
images: []
|
||||
tags: [ "linux" ]
|
||||
---
|
||||
|
||||
On X, we can easily enable or disable input devices using the `xinput` command. This is a great use case when you're tired of accidentally hitting the red Thinkpad nub or having your palm be recognized when drawing with a pen.
|
||||
|
@ -27,4 +27,4 @@ To enable a device:
|
|||
xinput enable [id]
|
||||
```
|
||||
|
||||
The ids are listed when you list the devices.
|
||||
The ids are listed when you list the devices.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue