2024-12-11 23:37:08 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2025-02-09 14:35:17 -05:00
|
|
|
<!DOCTYPE openbox_menu>
|
2024-12-11 23:37:08 -05:00
|
|
|
<openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
|
|
|
|
<menu id="root" label="Menu">
|
2025-02-01 19:35:34 -05:00
|
|
|
<item label="Terminal emulator">
|
2024-12-11 23:37:08 -05:00
|
|
|
<action name="Execute">
|
2025-02-01 19:35:34 -05:00
|
|
|
<command>kitty</command>
|
2024-12-11 23:37:08 -05:00
|
|
|
</action>
|
|
|
|
</item>
|
2025-02-01 19:35:34 -05:00
|
|
|
<item label="Web browser">
|
2024-12-11 23:37:08 -05:00
|
|
|
<action name="Execute">
|
2025-02-01 19:35:34 -05:00
|
|
|
<command>firefox</command>
|
2024-12-11 23:37:08 -05:00
|
|
|
</action>
|
|
|
|
</item>
|
2025-01-31 20:44:47 -05:00
|
|
|
<item label="VSCodium">
|
2024-12-16 00:33:36 -05:00
|
|
|
<action name="Execute">
|
2025-01-31 20:44:47 -05:00
|
|
|
<command>codium</command>
|
2024-12-16 00:33:36 -05:00
|
|
|
</action>
|
|
|
|
</item>
|
2025-01-31 20:44:47 -05:00
|
|
|
<separator/>
|
2025-02-01 19:35:34 -05:00
|
|
|
<item label="File browser">
|
2024-12-16 00:19:22 -05:00
|
|
|
<action name="Execute">
|
2025-01-31 20:44:47 -05:00
|
|
|
<command>dolphin</command>
|
2024-12-16 00:19:22 -05:00
|
|
|
</action>
|
|
|
|
</item>
|
2025-02-01 19:35:34 -05:00
|
|
|
<item label="Task manager">
|
2024-12-11 23:37:08 -05:00
|
|
|
<action name="Execute">
|
2024-12-16 00:19:22 -05:00
|
|
|
<command>com.github.stsdc.monitor</command>
|
2024-12-11 23:37:08 -05:00
|
|
|
</action>
|
|
|
|
</item>
|
2025-02-01 19:35:34 -05:00
|
|
|
<item label="Backup manager">
|
2024-12-15 21:12:41 -05:00
|
|
|
<action name="Execute">
|
2025-01-31 20:55:05 -05:00
|
|
|
<command>pkexec timeshift-gtk</command>
|
2024-12-15 21:12:41 -05:00
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<separator/>
|
2024-12-16 00:38:59 -05:00
|
|
|
<item label="Logout">
|
|
|
|
<action name="Execute">
|
2024-12-16 00:41:58 -05:00
|
|
|
<command>loginctl kill-user rae</command>
|
2024-12-16 00:38:59 -05:00
|
|
|
<prompt>Really close all applications and log out?</prompt>
|
|
|
|
</action>
|
|
|
|
</item>
|
2024-12-11 23:37:08 -05:00
|
|
|
<item label="Restart">
|
|
|
|
<action name="Execute">
|
2024-12-16 00:19:22 -05:00
|
|
|
<command>shutdown -r now</command>
|
2024-12-11 23:37:08 -05:00
|
|
|
<prompt>Really shutdown the computer?</prompt>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
<item label="Shutdown">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>shutdown now</command>
|
|
|
|
<prompt>Really shutdown the computer?</prompt>
|
|
|
|
</action>
|
|
|
|
</item>
|
|
|
|
</menu>
|
|
|
|
</openbox_menu>
|