elementary / elementary/settings-power
Allow to disable system wake up on mouse move
- Dominant language
- Vala
- Stars
- 21
- Forks
- 14
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 1
Description
### Problem
Every accidental hit in table results in slight mouse move and system wake up.
### Proposal
Add option disable certain devices from waking system up.
```
cat /proc/acpi/wakeup
Device S-state Status Sysfs node
GPP0 S4 *enabled pci:0000:00:01.1
GPP2 S4 *disabled
GPP3 S4 *disabled
GPP4 S4 *disabled
GPP5 S4 *enabled pci:0000:00:01.6
GPP6 S4 *disabled
GP17 S4 *enabled pci:0000:00:08.1
XHC0 S4 *enabled pci:0000:0d:00.3
XHC1 S4 *enabled pci:0000:0d:00.4
GP18 S4 *enabled pci:0000:00:08.2
PS2K S3 *disabled
PS2M S3 *disabled
GPP1 S4 *enabled pci:0000:00:01.2
PTXH S4 *enabled pci:0000:04:00.0
```
### Prior Art (Optional)
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.