aboutsummaryrefslogtreecommitdiff
path: root/include/xdg_pipe_menu.hrl
diff options
context:
space:
mode:
authorChristopher R. Nelson <christopher.nelson@languidnights.com>2026-07-21 11:44:41 -0400
committerChristopher R. Nelson <christopher.nelson@languidnights.com>2026-07-21 11:44:41 -0400
commit5ff1fbe175af17fbb808c5ea942f465a932da3af (patch)
treeb6a26b4b7e896e5ed5d85a5003c4d176ed5c8e9e /include/xdg_pipe_menu.hrl
parent7e8472e1e2a0b39746ef86c041d56b92bab5a6b7 (diff)
Rename app from er_xdg_pipe_menu to xdg_pipe_menuHEADmain
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 'include/xdg_pipe_menu.hrl')
-rw-r--r--include/xdg_pipe_menu.hrl7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/xdg_pipe_menu.hrl b/include/xdg_pipe_menu.hrl
new file mode 100644
index 0000000..6d50b8d
--- /dev/null
+++ b/include/xdg_pipe_menu.hrl
@@ -0,0 +1,7 @@
+-record(desktop_entry, {
+ name :: binary(),
+ exec :: binary(),
+ icon :: binary() | undefined,
+ categories :: [binary()],
+ hidden :: boolean()
+}).