NateTheGreat68 / gamepad-launcher

A simple way to launch an application when a gamepad connects
GNU General Public License v2.0
2 stars 0 forks source link

Refactor single service #15

Closed NateTheGreat68 closed 3 years ago

NateTheGreat68 commented 3 years ago

Significant changes to the overall flow of the program and codebase. Moved from a "helper" service with several application-specific oneshots to just one oneshot service intended to be configured by the user with override files. Then added a script for managing those override files. Created Makefiles for easier installation. Updated README to match.