1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
wiki.mbirth.de/know-how/software/linux/_posts/2010-03-01-acpi-events.md

554 B

created, layout, layout_old, redirect_to, tags, title, toc, updated
created layout layout_old redirect_to tags title toc updated
2010-03-01 21:40:32 +0100 redirect default https://blog.mbirth.de/archives/2010/03/01/acpi-events.html
know-how
software
linux
acpi
ACPI Events false 2010-03-01 21:40:46 +0100

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 %}