diff options
author | B Stack <bgstack15@gmail.com> | 2020-01-05 09:46:03 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-01-05 09:46:03 -0500 |
commit | 177175f8e1485120847250573b2b4babdb7a2e65 (patch) | |
tree | ec2e478f5909e75b477d8427fddaf909eb58209a /xdgmenumaker/README.md | |
parent | improve debian/watch files for many packages (diff) | |
download | stackrpms-177175f8e1485120847250573b2b4babdb7a2e65.tar.gz stackrpms-177175f8e1485120847250573b2b4babdb7a2e65.tar.bz2 stackrpms-177175f8e1485120847250573b2b4babdb7a2e65.zip |
add xdgmenumaker, at v 1.5
Diffstat (limited to 'xdgmenumaker/README.md')
-rw-r--r-- | xdgmenumaker/README.md | 29 |
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 |