diff options
author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-09-02 15:39:58 -0400 |
---|---|---|
committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2023-09-02 15:39:58 -0400 |
commit | 99470bda884aa47b7660576396bb912bf3ecf7aa (patch) | |
tree | 6283f64d7156fbfd8bfb18ec2a33861f41516aac /.config/openbox/menu.xml | |
parent | 60f7bde7e10af2727e86faa3e027c1de43617161 (diff) |
Diffstat (limited to '.config/openbox/menu.xml')
-rw-r--r-- | .config/openbox/menu.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml new file mode 100644 index 0000000..eeb959e --- /dev/null +++ b/.config/openbox/menu.xml @@ -0,0 +1,39 @@ +<?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-menu" label="Openbox 3"> + <item label="Terminal emulator"> + <action name="Execute"><execute>x-terminal-emulator</execute></action> + </item> + <item label="Web browser"> + <action name="Execute"><execute>x-www-browser</execute></action> + </item> + <!-- This requires the presence of the 'obamenu' package to work --> + <menu id="/Debian" /> + <separator /> + <menu id="applications-menu" label="Applications" execute="~/.local/bin/cobamenu icons"/> + <separator /> + <menu id="tasks" label="Tasks" execute="~/.config/openbox/todoman.sh"/> + <separator /> + <menu id="wallpapers" label="Change Wallpaper" execute="~/.config/openbox/wallpaper.sh"/> + <separator /> + <item label="ObConf"> + <action name="Execute"><execute>obconf-qt</execute></action> + </item> + <item label="Reconfigure"> + <action name="Reconfigure" /> + </item> + <item label="Restart"> + <action name="Restart" /> + </item> + <separator /> + <item label="Exit"> + <action name="Exit" /> + </item> +</menu> + +</openbox_menu> |