You are not logged in.
I have read the wiki and forums what would be the best way to implement lid switch to suspend.
it seems /etc/acpi
has two folders events and actions, so in wiki praktured wrote a new way to implement stuff, please can someone throw some light on the new method?
DELL XPS 1640 with ATI Mobility Radeon HD 3670. Arch Linux KDE Minimal Install
Offline
Only /etc/acpi/events/ and /etc/acpi/handler.sh belongs to acpid package. What's wrong with just editing handler.sh?
Offline
See the wiki, I am not sure there was some comment saying pacman will overwrite it in future ..and it is not a good way of implementing etc.
Why do I have actions folder is it because of laptop-tools ?
DELL XPS 1640 with ATI Mobility Radeon HD 3670. Arch Linux KDE Minimal Install
Offline
I don't know, I have that actions folder as well, but it doesn't belong to any package (but I might have laptop-tools installed at some point).
If you take a look at the PKGBUILD for acpid, you'll see
backup=('etc/acpi/handler.sh' 'etc/acpi/events/anything')
which to me means that pacman will not overwrite these, just create .pacnew files.
Offline