I do miss a way to force the wifi to turn off when going into softpoweroff in order to save power. I know mce.conf does not implement this, only 'off line mode' but that requires to manually take it out of 'off line mode' again, which is not what I want. So I guess I'll still have to figure out how use powerlaunch.conf. Or does softpoweroff mean that all processes including wi-fi are suspended?
softpoweroff = dbus_call powered SoftPowerOff; set in_softpoweroff 1; call system.device.offline_mode softpoweron = dbus_call powered SoftPowerOn; set in_softpoweroff 0; call system.device.normal_mode