From 2f6d15dd2de497f1ae43cb4ba3994773b13f1a99 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 1 Aug 2018 21:58:05 -0400 Subject: [PATCH] nm-applet --- .config/i3/config | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 57729c6..8f1b92d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -31,19 +31,14 @@ set $netrefresh --no-startup-id sudo systemctl restart NetworkManager set $hibernate sudo systemctl suspend # #---Starting External Scripts---# # -# Setting the background: -#exec_always --no-startup-id wal -i ~/.config/wall.png -exec_always --no-startup-id feh --bg-scale ~/.config/wall.png +# Setting the background and colorscheme: +exec_always --no-startup-id wal -i ~/.config/wall.png # Starts dunst for notifications: exec --no-startup-id dunst -# Music player daemon: -exec --no-startup-id mpd # Torrent daemon: #exec --no-startup-id transmission-daemon # Composite manager: exec --no-startup-id compton --xrender-sync-fence -# Launch Polybar where appropriate: -#exec_always --no-startup-id ~/.scripts/polybar_launch # Runs the key remapping scripts exec --no-startup-id ~/.scripts/remaps # Unclutter makes the mouse invisible after a brief period @@ -52,6 +47,8 @@ exec --no-startup-id unclutter exec --no-startup-id "pgrep -x i3mpdupdate || i3mpdupdate" # Remove recording icon if not properly closed on last shutdown. exec --no-startup-id rm -f ~/.larbs/.recording +# Network manager applet +exec --no-startup-id nm-applet # Set Xresources colors: set_from_resource $darkblack color0 #000000