summaryrefslogtreecommitdiff
path: root/xdgmenumaker/debian/README.Debian
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-02-12 00:43:00 +0000
committerB Stack <bgstack15@gmail.com>2020-02-12 00:43:00 +0000
commit69001f6e35ac4d49d6ceab76344854fa77e808e2 (patch)
treeae20854b6feb039bcc7f92c145b7ff264f1d9130 /xdgmenumaker/debian/README.Debian
parentMerge branch 'xdg-themes-stackrpms-bump' into 'master' (diff)
parentadd xdgmenumaker-user script and menu entry (diff)
downloadstackrpms-69001f6e35ac4d49d6ceab76344854fa77e808e2.tar.gz
stackrpms-69001f6e35ac4d49d6ceab76344854fa77e808e2.tar.bz2
stackrpms-69001f6e35ac4d49d6ceab76344854fa77e808e2.zip
Merge branch 'updates' into 'master'
veracrypt, xdgmenumaker, ublock-origin, notepadpp, palemoon, xseticon dpkg Closes #16 See merge request bgstack15/stackrpms!122
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