Updated Alacritty config

Now compatible with latest version
This commit is contained in:
Logan G 2020-08-04 19:07:56 -06:00
parent 188a8551a6
commit 2c966da904
Signed by: logan
GPG key ID: E328528C921E7A7A
2 changed files with 5 additions and 4 deletions

View file

@ -173,9 +173,9 @@ font:
# Colors (Tomorrow Night Bright) # Colors (Tomorrow Night Bright)
colors: colors:
# Default colors # Default colors
#primary: primary:
# background: '#000000' background: '#000000'
# foreground: '#eaeaea' foreground: '#eaeaea'
# Bright and dim foreground colors # Bright and dim foreground colors
# #
@ -287,7 +287,7 @@ background_opacity: 0.8
#save_to_clipboard: false #save_to_clipboard: false
# Allow terminal applications to change Alacritty's window title. # Allow terminal applications to change Alacritty's window title.
dynamic_title: true #dynamic_title: true
#cursor: #cursor:
# Cursor style # Cursor style

View file

@ -29,6 +29,7 @@ font pango:monospace 8
# NetworkManager is the most popular way to manage wireless networks on Linux, # 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. # and nm-applet is a desktop environment-independent system tray GUI for it.
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
#exec --no-startup-id nm-tray 2>&1 &
# Use pactl to adjust volume in PulseAudio. # Use pactl to adjust volume in PulseAudio.
set $refresh_i3status killall -SIGUSR1 i3status set $refresh_i3status killall -SIGUSR1 i3status