diff options
author | Joe <rrbo@proton.me> | 2023-04-12 14:04:44 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-04-12 14:04:44 +0200 |
commit | e71c67bb1003d4a8574673947dc25082383d1aa2 (patch) | |
tree | c790dabdbc031a002fc3aa705d7f44a40f61b627 /.config/openbox | |
parent | up (diff) | |
download | dotfiles-bsd-e71c67bb1003d4a8574673947dc25082383d1aa2.tar.gz dotfiles-bsd-e71c67bb1003d4a8574673947dc25082383d1aa2.tar.bz2 dotfiles-bsd-e71c67bb1003d4a8574673947dc25082383d1aa2.tar.xz dotfiles-bsd-e71c67bb1003d4a8574673947dc25082383d1aa2.tar.zst dotfiles-bsd-e71c67bb1003d4a8574673947dc25082383d1aa2.zip |
up
Diffstat (limited to '.config/openbox')
-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 /> |