Convert all exo-open commands to use al helper scripts

This commit is contained in:
natemaia
2022-08-13 13:20:28 -07:00
parent 089169fb3d
commit 50d092c808
7 changed files with 36 additions and 36 deletions

View File

@ -4,17 +4,17 @@
<separator label="ArchLabs"/>
<item label="Terminal">
<action name="Execute">
<command>exo-open --launch TerminalEmulator</command>
<command>al-terminal</command>
</action>
</item>
<item label="Web Browser">
<action name="Execute">
<command>exo-open --launch WebBrowser</command>
<command>al-browser</command>
</action>
</item>
<item label="File Manager">
<action name="Execute">
<command>exo-open --launch FileManager</command>
<command>al-filemanager</command>
</action>
</item>
<separator/>
@ -53,17 +53,17 @@
<separator/>
<item label="Edit menu.xml">
<action name="Execute">
<command>exo-open ~/.config/openbox/menu.xml</command>
<command>xdg-open ~/.config/openbox/menu.xml</command>
</action>
</item>
<item label="Edit rc.xml">
<action name="Execute">
<command>exo-open ~/.config/openbox/rc.xml</command>
<command>xdg-open ~/.config/openbox/rc.xml</command>
</action>
</item>
<item label="Edit autostart">
<action name="Execute">
<command>exo-open ~/.config/openbox/autostart</command>
<command>xdg-open ~/.config/openbox/autostart</command>
</action>
</item>
<separator/>

View File

@ -249,27 +249,27 @@
</keybind>
<keybind key="W-f">
<action name="Execute">
<command>exo-open --launch FileManager</command>
<command>al-filemanager</command>
</action>
</keybind>
<keybind key="W-t">
<action name="Execute">
<command>exo-open --launch TerminalEmulator</command>
<command>al-terminal</command>
</action>
</keybind>
<keybind key="C-A-t">
<action name="Execute">
<command>exo-open --launch TerminalEmulator</command>
<command>al-terminal</command>
</action>
</keybind>
<keybind key="W-Return">
<action name="Execute">
<command>exo-open --launch TerminalEmulator</command>
<command>al-terminal</command>
</action>
</keybind>
<keybind key="W-w">
<action name="Execute">
<command>exo-open --launch WebBrowser</command>
<command>al-browser</command>
</action>
</keybind>
<keybind key="W-v">