diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 670b40a..e2f0cf4 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -173,9 +173,9 @@ font: # Colors (Tomorrow Night Bright) colors: # Default colors - #primary: - # background: '#000000' - # foreground: '#eaeaea' + primary: + background: '#000000' + foreground: '#eaeaea' # Bright and dim foreground colors # @@ -287,7 +287,7 @@ background_opacity: 0.8 #save_to_clipboard: false # Allow terminal applications to change Alacritty's window title. -dynamic_title: true +#dynamic_title: true #cursor: # Cursor style diff --git a/.config/i3/config b/.config/i3/config index be4602d..8b4d368 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -29,6 +29,7 @@ font pango:monospace 8 # NetworkManager is the most popular way to manage wireless networks on Linux, # and nm-applet is a desktop environment-independent system tray GUI for it. exec --no-startup-id nm-applet +#exec --no-startup-id nm-tray 2>&1 & # Use pactl to adjust volume in PulseAudio. set $refresh_i3status killall -SIGUSR1 i3status