fix: disable wifi (iw scan kills FPS), restore logind for systemctl
- WiFi scan via system("iw scan") every ~4s caused system-wide stalls
dropping FPS from 60 to 27. Disable wifi_init entirely until scan
can be made non-blocking.
- Re-enable logind (masking it broke systemctl/dbus for shutdown).
Keep all button handlers set to "ignore" so logind doesn't
interfere with ac-native's evdev reads.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>