forked from logan/dotfiles
Updated Alacritty config
Now compatible with latest version
This commit is contained in:
parent
188a8551a6
commit
2c966da904
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue