From 59d829ce7fed66fc92a18c3e18b04b661e99af60 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Wed, 12 Aug 2015 11:04:45 +0100 Subject: xinit: start the network manager applet Signed-off-by: Olivier Gayot --- user/.xinitrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user/.xinitrc b/user/.xinitrc index efe75e0..f9660c4 100644 --- a/user/.xinitrc +++ b/user/.xinitrc @@ -7,6 +7,9 @@ xscreensaver -no-splash & # set the wallpaper feh --bg-fill ~/Images/background & +# start the network manager applet +nm-applet & + # start the window manager exec i3 exec wmii -- cgit v1.2.3