diff options
| author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2026-07-21 11:44:41 -0400 |
|---|---|---|
| committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2026-07-21 11:44:41 -0400 |
| commit | 5ff1fbe175af17fbb808c5ea942f465a932da3af (patch) | |
| tree | b6a26b4b7e896e5ed5d85a5003c4d176ed5c8e9e /src/er_xdg_pipe_menu.app.src | |
| parent | 7e8472e1e2a0b39746ef86c041d56b92bab5a6b7 (diff) | |
Drop the "er-" prefix throughout: module/atom names, filenames,
socket paths, and docs. It was an implementation detail, not part
of the app's identity.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Diffstat (limited to 'src/er_xdg_pipe_menu.app.src')
| -rw-r--r-- | src/er_xdg_pipe_menu.app.src | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/er_xdg_pipe_menu.app.src b/src/er_xdg_pipe_menu.app.src deleted file mode 100644 index 4ba8103..0000000 --- a/src/er_xdg_pipe_menu.app.src +++ /dev/null @@ -1,16 +0,0 @@ -{application, er_xdg_pipe_menu, [ - {description, "Openbox pipemenu generator from XDG .desktop files"}, - {vsn, "0.1.0"}, - {registered, []}, - {mod, {er_xdg_pipe_menu_app, []}}, - {applications, [ - kernel, - stdlib, - xmerl, - fs - ]}, - {env, [{debounce_ms, 500}]}, - {modules, []}, - {licenses, ["MIT"]}, - {links, []} - ]}. |
