diff options
author | Joe <bousset.rudy@gmail.com> | 2023-02-18 21:42:35 +0100 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-02-18 21:42:35 +0100 |
commit | d3c30782e06e6b7f1b4e74d584d8cecaf57da8ba (patch) | |
tree | 8b729d2481fb59af17126df69cff42b995148e39 /.config/openbox | |
parent | up (diff) | |
download | dotfiles-bsd-d3c30782e06e6b7f1b4e74d584d8cecaf57da8ba.tar.gz dotfiles-bsd-d3c30782e06e6b7f1b4e74d584d8cecaf57da8ba.tar.bz2 dotfiles-bsd-d3c30782e06e6b7f1b4e74d584d8cecaf57da8ba.tar.xz dotfiles-bsd-d3c30782e06e6b7f1b4e74d584d8cecaf57da8ba.tar.zst dotfiles-bsd-d3c30782e06e6b7f1b4e74d584d8cecaf57da8ba.zip |
up
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> |