diff options
| author | Joe <bousset.rudy@gmail.com> | 2023-02-18 23:53:11 +0100 |
|---|---|---|
| committer | Joe <bousset.rudy@gmail.com> | 2023-02-18 23:53:11 +0100 |
| commit | b4138cb0b781c7b4ea1fff973b6bcfc71251eb71 (patch) | |
| tree | 95902ddff54b7792c5550f375cc6e404f053c1d8 | |
| parent | up (diff) | |
| download | dotfiles-bsd-b4138cb0b781c7b4ea1fff973b6bcfc71251eb71.tar.gz dotfiles-bsd-b4138cb0b781c7b4ea1fff973b6bcfc71251eb71.tar.bz2 dotfiles-bsd-b4138cb0b781c7b4ea1fff973b6bcfc71251eb71.tar.xz dotfiles-bsd-b4138cb0b781c7b4ea1fff973b6bcfc71251eb71.tar.zst dotfiles-bsd-b4138cb0b781c7b4ea1fff973b6bcfc71251eb71.zip | |
up
| -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"> |
