diff options
-rwxr-xr-x | .config/openbox/menu.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index 7e2188c..2bfc231 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -110,6 +110,11 @@ <command>gimp</command> </action> </item> + <item label="Inkscape"> + <action name="Execute"> + <command>inkscape</command> + </action> + </item> </menu> <menu id="system-menu" label="Settings"> |