diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-01-01 09:33:10 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-01-01 09:33:10 -0200 |
commit | 8565e21761da2620354add2f3f8bb8a3ddbd4465 (patch) | |
tree | c42692537449545b6b9b31dc46d6f00d2d5c9a51 | |
parent | 1a40810cd36f7f3811e4342782d40ddb52e84e8a (diff) | |
download | openbox-8565e21761da2620354add2f3f8bb8a3ddbd4465.tar.gz openbox-8565e21761da2620354add2f3f8bb8a3ddbd4465.tar.bz2 |
Menu: more browsers
-rw-r--r-- | config.dot/openbox/menu.xml.link | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.dot/openbox/menu.xml.link b/config.dot/openbox/menu.xml.link index 069c1fc..ae61fd0 100644 --- a/config.dot/openbox/menu.xml.link +++ b/config.dot/openbox/menu.xml.link @@ -12,6 +12,15 @@ <item label="Tor Browser"> <action name="Execute"><execute>tor-browser</execute></action> </item> + <item label="Chromium Incognito"> + <action name="Execute"><execute>chromium-incognito</execute></action> + </item> + <item label="Chromium"> + <action name="Execute"><execute>chromium</execute></action> + </item> + <item label="Firefox"> + <action name="Execute"><execute>firefox</execute></action> + </item> <!-- This requires the presence of the 'openbox-menu' package to work --> <menu id="/Debian" /> <separator /> |