diff options
| -rw-r--r-- | user/.xinitrc | 3 | 
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  | 
