diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-04-06 08:27:01 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-04-06 08:27:01 -0300 |
commit | a2e036d60349b0024f28087fdd5615b239e87528 (patch) | |
tree | 3e9a060a64789520872b054f420f370f5c7ccd20 | |
parent | 562353f5a063c41b2706ad4efa19bfe1b02d3115 (diff) | |
download | openbox-a2e036d60349b0024f28087fdd5615b239e87528.tar.gz openbox-a2e036d60349b0024f28087fdd5615b239e87528.tar.bz2 |
Menu: add option to run firefox in private window
-rw-r--r-- | config.dot/openbox/menu.xml.link | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.dot/openbox/menu.xml.link b/config.dot/openbox/menu.xml.link index ae61fd0..79443bd 100644 --- a/config.dot/openbox/menu.xml.link +++ b/config.dot/openbox/menu.xml.link @@ -18,6 +18,9 @@ <item label="Chromium"> <action name="Execute"><execute>chromium</execute></action> </item> + <item label="Firefox Private"> + <action name="Execute"><execute>firefox -private-window</execute></action> + </item> <item label="Firefox"> <action name="Execute"><execute>firefox</execute></action> </item> |