summaryrefslogtreecommitdiff
path: root/xdgmenumaker/debian/README.Debian
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-02-11 15:56:38 -0500
committerB Stack <bgstack15@gmail.com>2020-02-11 15:56:38 -0500
commitd91025a34e851f12c048fa347a304795a42a8d80 (patch)
tree945857b615487f4cff66532c8aafc3c4731ed6a1 /xdgmenumaker/debian/README.Debian
parentMerge branch 'xseticon-bump' into 'updates' (diff)
downloadstackrpms-d91025a34e851f12c048fa347a304795a42a8d80.tar.gz
stackrpms-d91025a34e851f12c048fa347a304795a42a8d80.tar.bz2
stackrpms-d91025a34e851f12c048fa347a304795a42a8d80.zip
add xdgmenumaker-user script and menu entry
Diffstat (limited to 'xdgmenumaker/debian/README.Debian')
-rw-r--r--xdgmenumaker/debian/README.Debian10
1 files changed, 10 insertions, 0 deletions
diff --git a/xdgmenumaker/debian/README.Debian b/xdgmenumaker/debian/README.Debian
index 76201e7..c0d72f4 100644
--- a/xdgmenumaker/debian/README.Debian
+++ b/xdgmenumaker/debian/README.Debian
@@ -1,7 +1,17 @@
xdgmenumaker for Devuan
+You can take advantage of xdgmenumaker as a Fluxbox user, by configuring ~/.fluxbox/menu to include this line:
+
+ [include] (.fluxbox/xdg-menu)
+
+And use the "Update xdg menu (fluxbox)" menu option which calls this command:
+
+ /usr/bin/xdgmenumaker -f fluxbox -i > "${HOME}/.fluxbox/xdg-menu"
+
Initial build
References include:
https://stackoverflow.com/questions/1908610/how-to-get-pid-of-background-process/1911387#1911387
+Icon courtesy of [Top Menu icon](https://icons8.com/icons/set/top-menu") icon by [Icons8](https://icons8.com)
+
-- B Stack <bgstack15@gmail.com> Sun, 05 Jan 2020 08:33:14 -0500
bgstack15