added descriptions for the contents of the repository
parent
87d9131ccf
commit
6998bf839c
12
README.md
12
README.md
|
@ -1,3 +1,13 @@
|
||||||
# RandomUsefulStuff
|
# RandomUsefulStuff
|
||||||
|
|
||||||
Just a collection of random useful code snippets
|
Just a collection of random useful code snippets (that can be used as programs on their own because why not)
|
||||||
|
|
||||||
|
## Descriptions for each code snippet
|
||||||
|
|
||||||
|
[disable_laptop_lid.sh](./disable_laptop_lid.sh)
|
||||||
|
Disables laptop lid state detection in Linux by unregistering it from the driver.
|
||||||
|
Dependencies: Linux kernel, bash, sysfs filesystem mounted on /sys
|
||||||
|
|
||||||
|
[sensors.py](./sensors.py)
|
||||||
|
Can be used to get the state of a hardware sensor connected to the computer.
|
||||||
|
Dependencies: lm-sensors, python3
|
||||||
|
|
Loading…
Reference in New Issue