diff options
-rwxr-xr-x | .config/openbox/menu.xml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index 75a278b..a44cb7e 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -74,9 +74,9 @@ </menu> <menu id="apps-net-menu" label="Internet"> - <item label="Iridium"> + <item label="LibreWolf"> <action name="Execute"> - <command>iridium --force-dark-mode</command> + <command>librewolf</command> </action> </item> <item label="Firefox"> @@ -84,6 +84,11 @@ <command>firefox</command> </action> </item> + <item label="Iridium"> + <action name="Execute"> + <command>iridium --force-dark-mode</command> + </action> + </item> <item label="Discord"> <action name="Execute"> <command>discord</command> @@ -200,9 +205,9 @@ <command>pcmanfm</command> </action> </item> - <item label="Firefox"> + <item label="LibreWolf"> <action name="Execute"> - <command>firefox</command> + <command>librewolf</command> </action> </item> <separator /> |