diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-08-01 21:58:05 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-08-01 21:58:05 -0400 |
| commit | 2f6d15dd2de497f1ae43cb4ba3994773b13f1a99 (patch) | |
| tree | 2cfd954b53c161a4aeec453578819d39accec8e8 /.config/i3/config | |
| parent | efb805a4a642d669ff86c6c0e22661de65b0629e (diff) | |
| download | eibhear-2f6d15dd2de497f1ae43cb4ba3994773b13f1a99.tar.gz eibhear-2f6d15dd2de497f1ae43cb4ba3994773b13f1a99.tar.zst eibhear-2f6d15dd2de497f1ae43cb4ba3994773b13f1a99.zip | |
nm-applet
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 11 |
1 files 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 |
