diff options
Diffstat (limited to '.config/openbox')
-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 7bcc1c4..7e2188c 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -113,6 +113,11 @@ </menu> <menu id="system-menu" label="Settings"> + <item label="Network settings"> + <action name="Execute"> + <command>connman-gtk</command> + </action> + </item> <item label="Openbox configuration"> <action name="Execute"> <command>obconf</command> |