mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-03 12:14:07 +00:00
~
This commit is contained in:
parent
f1ec9623c1
commit
aafcd0be4c
5 changed files with 47 additions and 10 deletions
|
@ -1,33 +1,33 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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="Firefox">
|
||||
<action name="Execute">
|
||||
<command>firefox</command>
|
||||
</action>
|
||||
</item>
|
||||
<item label="kitty">
|
||||
<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">
|
||||
<item label="File browser">
|
||||
<action name="Execute">
|
||||
<command>dolphin</command>
|
||||
</action>
|
||||
</item>
|
||||
<item label="Task Manager">
|
||||
<item label="Task manager">
|
||||
<action name="Execute">
|
||||
<command>com.github.stsdc.monitor</command>
|
||||
</action>
|
||||
</item>
|
||||
<item label="Backup Manager">
|
||||
<item label="Backup manager">
|
||||
<action name="Execute">
|
||||
<command>pkexec timeshift-gtk</command>
|
||||
</action>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue