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 /bin | |
| 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 'bin')
| -rwxr-xr-x | bin/xdg_pipe_menu_menu (renamed from bin/er_xdg_pipe_menu_menu) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/er_xdg_pipe_menu_menu b/bin/xdg_pipe_menu_menu index 32a9bd9..a120a9f 100755 --- a/bin/er_xdg_pipe_menu_menu +++ b/bin/xdg_pipe_menu_menu @@ -3,12 +3,12 @@ %% Openbox pipe menu entry point. Tries the running daemon's Unix %% socket first; falls back to an inline scan+parse+render if it -%% isn't reachable. See src/er_xdg_pipe_menu_cli.erl for the logic -- +%% isn't reachable. See src/xdg_pipe_menu_cli.erl for the logic -- %% this script only wires up the code path to the compiled app. main(Args) -> add_code_paths(), - er_xdg_pipe_menu_cli:main(Args). + xdg_pipe_menu_cli:main(Args). add_code_paths() -> ScriptDir = filename:dirname(filename:absname(escript:script_name())), |
