1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00
wiki.mbirth.de/know-how/software/linux/_posts/2010-03-01-acpi-events.md
2015-03-09 11:55:07 +01:00

468 B

title layout created updated toc tags
ACPI Events default 2010-03-01 21:40:32 +0100 2010-03-01 21:40:46 +0100 false
know-how
software
linux
acpi

If you wish to change the behavior upon pushing e.g. the power button, you can edit the config files located in /etc/acpi/events/. To disable the power button, you would edit the file powerbtn there and change the action line to:

{% highlight ini %} action=/bin/true {% endhighlight %}