summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-08-12 11:04:45 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-08-12 11:04:59 +0100
commit59d829ce7fed66fc92a18c3e18b04b661e99af60 (patch)
treee1d1f9fdd27eb4c90215965885a309c1cdf2e714
parent276316bc34a818c6c4362163ca8d856ed8275367 (diff)
xinit: start the network manager applet
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r--user/.xinitrc3
1 files changed, 3 insertions, 0 deletions
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