|
4 | 4 |
|
5 | 5 | <openbox_menu> |
6 | 6 |
|
7 | | - <!-- Root menu (Desktop right-click) --> |
8 | | - <menu id="root-menu" label="Desktop"> |
9 | | - |
10 | | - <item label="Terminal"> |
11 | | - <action name="Execute"> |
12 | | - <command>alacritty</command> |
13 | | - </action> |
14 | | - </item> |
15 | | - |
16 | | - <item label="File Manager"> |
17 | | - <action name="Execute"> |
18 | | - <command>pcmanfm</command> |
19 | | - </action> |
20 | | - </item> |
21 | | - |
| 7 | + <!-- Root menu (Desktop right-click) - Classic Win95 --> |
| 8 | + <menu id="root-menu" label="Context Menu"> |
| 9 | + |
| 10 | + <menu id="arrange" label="Arrange Icons"> |
| 11 | + <item label="by Name"><action name="Execute"><command>true</command></action></item> |
| 12 | + <item label="by Type"><action name="Execute"><command>true</command></action></item> |
| 13 | + <item label="by Size"><action name="Execute"><command>true</command></action></item> |
| 14 | + <item label="by Date"><action name="Execute"><command>true</command></action></item> |
| 15 | + </menu> |
| 16 | + |
| 17 | + <!-- "Line Up Icons" - Decoration only --> |
| 18 | + <item label="Line Up Icons"><action name="Execute"><command>true</command></action></item> |
| 19 | + |
22 | 20 | <separator /> |
23 | 21 |
|
24 | | - <item label="Web Browser"> |
25 | | - <action name="Execute"> |
26 | | - <command>chromium</command> |
27 | | - </action> |
28 | | - </item> |
29 | | - |
30 | | - <item label="Text Editor"> |
31 | | - <action name="Execute"> |
32 | | - <command>xed</command> |
33 | | - </action> |
| 22 | + <item label="Refresh"> |
| 23 | + <action name="Reconfigure" /> |
34 | 24 | </item> |
| 25 | + |
| 26 | + <separator /> |
| 27 | + |
| 28 | + <item label="Paste"><action name="Execute"><command>wl-paste</command></action></item> |
| 29 | + <item label="Paste Shortcut"><action name="Execute"><command>true</command></action></item> |
35 | 30 |
|
36 | 31 | <separator /> |
| 32 | + |
| 33 | + <menu id="new" label="New"> |
| 34 | + <item label="Folder"> |
| 35 | + <action name="Execute"><command>pcmanfm --new-win</command></action> |
| 36 | + </item> |
| 37 | + <item label="Shortcut"> |
| 38 | + <action name="Execute"><command>true</command></action> |
| 39 | + </item> |
| 40 | + <separator /> |
| 41 | + <item label="Text Document"> |
| 42 | + <action name="Execute"><command>xed</command></action> |
| 43 | + </item> |
| 44 | + <item label="Bitmap Image"> |
| 45 | + <action name="Execute"><command>mtpaint</command></action> |
| 46 | + </item> |
| 47 | + </menu> |
37 | 48 |
|
38 | | - <item label="Run..."> |
39 | | - <action name="Execute"> |
40 | | - <command>wofi --show drun</command> |
41 | | - </action> |
| 49 | + <separator /> |
| 50 | + |
| 51 | + <!-- Essential Utilities disguised --> |
| 52 | + <item label="Properties"> |
| 53 | + <action name="Execute"><command>alacritty -e vim ~/.config/labwc/rc.xml</command></action> |
42 | 54 | </item> |
43 | 55 |
|
44 | 56 | <separator /> |
45 | | - |
46 | | - <item label="Reconfigure"> |
47 | | - <action name="Reconfigure" /> |
| 57 | + |
| 58 | + <item label="Run..."> |
| 59 | + <action name="Execute"><command>wofi --show drun</command></action> |
48 | 60 | </item> |
49 | | - |
50 | | - <item label="Exit"> |
| 61 | + |
| 62 | + <item label="Shut Down..."> |
51 | 63 | <action name="Exit" /> |
52 | 64 | </item> |
53 | 65 |
|
|
0 commit comments