summaryrefslogtreecommitdiff
path: root/xdgmenumaker/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'xdgmenumaker/README.md')
-rw-r--r--xdgmenumaker/README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/xdgmenumaker/README.md b/xdgmenumaker/README.md
new file mode 100644
index 0000000..5e9aa56
--- /dev/null
+++ b/xdgmenumaker/README.md
@@ -0,0 +1,29 @@
+# xdgmenumaker upstream
+https://github.com/gapan/xdgmenumaker
+
+# Reason for being in stackrpms
+My distros do not package xdgmenumaker, so I build it for myself. I use Fluxbox, which does not natively use xdg menus, but I want application discovery. This menu, combined with a fluxbox config to use it, will make that discovery possible.
+
+Install xdgmenumaker.
+Configure fluxbox to use it upon startup.
+
+ /usr/bin/xdgmenumaker -f fluxbox -i > ~/.fluxbox/xdg-menu &
+
+Configure fluxbox menu to include this file.
+
+ # cat ~/.flubox/menu
+ [begin] (fluxbox)
+ [include] (.fluxbox/xdg-menu)
+ [include] (/etc/X11/fluxbox/fluxbox-menu)
+ [end]
+
+# Alternatives
+https://wiki.archlinux.org/index.php/Xdg-menu
+
+# Reverse dependency matrix
+Distro | xdgmenumaker version
+---------- | ----------------
+All | 1.5
+
+# Differences from upstream
+None
bgstack15