corrected the word 'path'

master
kirbylife 2019-06-23 00:55:20 -05:00
parent f6573f2f44
commit 3a7d7814a7
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
* xdg-open * xdg-open
* file ~/.local/share/recently-used.xbel * file ~/.local/share/recently-used.xbel
* ##### __Use__ * ##### __Use__
* add `<_menu execute="python /phat/to/file/openbox-pipemenu-recent.py" id="pipe-recentfilesmenu" label="recent files"_/>` to your file menu.xml * add `<menu execute="python /path/to/file/openbox-pipemenu-recent.py" id="pipe-recentfilesmenu" label="recent files"/>` to your file menu.xml
# #
**** ****
### openbox-pipemenu-steam ### openbox-pipemenu-steam
@ -19,7 +19,7 @@
* python * python
* steam (duhhh) * steam (duhhh)
* ##### __Use__ * ##### __Use__
* add `<_menu execute="python /phat/to/file/openbox-pipemenu-steam.py" id="pipe-steamgames" label="games"_/>` to your file menu.xml * add `<menu execute="python /path/to/file/openbox-pipemenu-steam.py" id="pipe-steamgames" label="games"/>` to your file menu.xml
# #
# #
###### You feel free to see the code and modify them ###### You feel free to see the code and modify them