1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-06-09 13:39:29 +00:00
This commit is contained in:
Rae 5e 2025-06-03 18:39:21 -04:00
parent 3e5f832d02
commit 6531db0006
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
7 changed files with 541 additions and 483 deletions

View file

@ -1,56 +1,56 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE openbox_menu>
<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">
<item label="Terminal emulator">
<action name="Execute">
<command>kitty</command>
</action>
</item>
<item label="Web browser">
<action name="Execute">
<command>firefox</command>
</action>
</item>
<item label="VSCodium">
<action name="Execute">
<command>codium</command>
</action>
</item>
<separator/>
<item label="File browser">
<action name="Execute">
<command>dolphin</command>
</action>
</item>
<item label="Task manager">
<action name="Execute">
<command>com.github.stsdc.monitor</command>
</action>
</item>
<item label="Backup manager">
<action name="Execute">
<command>pkexec timeshift-gtk</command>
</action>
</item>
<separator/>
<item label="Logout">
<action name="Execute">
<command>loginctl kill-user rae</command>
<prompt>Really close all applications and log out?</prompt>
</action>
</item>
<item label="Restart">
<action name="Execute">
<command>shutdown -r now</command>
<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>
<menu id="root" label="Menu">
<item label="Terminal emulator">
<action name="Execute">
<command>kitty</command>
</action>
</item>
<item label="Web browser">
<action name="Execute">
<command>firefox</command>
</action>
</item>
<item label="VSCodium">
<action name="Execute">
<command>codium</command>
</action>
</item>
<separator/>
<item label="File browser">
<action name="Execute">
<command>dolphin</command>
</action>
</item>
<item label="Task manager">
<action name="Execute">
<command>com.github.stsdc.monitor</command>
</action>
</item>
<item label="Backup manager">
<action name="Execute">
<command>pkexec timeshift-gtk</command>
</action>
</item>
<separator/>
<item label="Logout">
<action name="Execute">
<command>loginctl kill-user rae</command>
<prompt>Really close all applications and log out?</prompt>
</action>
</item>
<item label="Restart">
<action name="Execute">
<command>shutdown -r now</command>
<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>