aboutsummaryrefslogtreecommitdiff
path: root/config.dot
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-04-06 08:27:01 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-04-06 08:27:01 -0300
commita2e036d60349b0024f28087fdd5615b239e87528 (patch)
tree3e9a060a64789520872b054f420f370f5c7ccd20 /config.dot
parent562353f5a063c41b2706ad4efa19bfe1b02d3115 (diff)
downloadopenbox-a2e036d60349b0024f28087fdd5615b239e87528.tar.gz
openbox-a2e036d60349b0024f28087fdd5615b239e87528.tar.bz2
Menu: add option to run firefox in private window
Diffstat (limited to 'config.dot')
-rw-r--r--config.dot/openbox/menu.xml.link3
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>