Update scripts

This commit is contained in:
Gabriel Arazas 2021-05-03 11:37:33 +08:00
parent 2a9a7459f6
commit 1f1a2817c2
2 changed files with 7 additions and 5 deletions

View File

@ -1,10 +1,12 @@
{ {
"bin": "$HOME/.local/bin", "bin": "$HOME/.local/bin",
"emacs": "$HOME/.config/doom", "emacs": "$HOME/.config/doom",
"mpd": "$HOME/.config/mpd",
"nvim": "$HOME/.config/nvim", "nvim": "$HOME/.config/nvim",
"nyxt": "$HOME/.config/nyxt", "nyxt": "$HOME/.config/nyxt",
"newsboat": "$HOME/.config/newsboat", "newsboat": "$HOME/.config/newsboat",
"rofi": "$HOME/.config/rofi", "rofi": "$HOME/.config/rofi",
"starship": "$HOME/.config", "starship": "$HOME/.config",
"slop": "$HOME/.config/slop" "slop": "$HOME/.config/slop",
"youtube-dl": "$HOME/.config/youtube-dl"
} }

View File

@ -21,6 +21,9 @@ window:
columns: 0 columns: 0
lines: 0 lines: 0
# Allow terminal applications to change Alacritty's window title.
dynamic_title: true
# Window position (changes require restart) # Window position (changes require restart)
# #
# Specified in number of pixels. # Specified in number of pixels.
@ -175,7 +178,7 @@ draw_bold_text_with_bright_colors: true
# - Linear # - Linear
# #
# Specifying a `duration` of `0` will disable the visual bell. # Specifying a `duration` of `0` will disable the visual bell.
visual_bell: bell:
animation: EaseOutExpo animation: EaseOutExpo
duration: 0 duration: 0
color: '0xffffff' color: '0xffffff'
@ -244,9 +247,6 @@ selection:
# When set to `true`, selected text will be copied to the primary clipboard. # When set to `true`, selected text will be copied to the primary clipboard.
save_to_clipboard: false save_to_clipboard: false
# Allow terminal applications to change Alacritty's window title.
dynamic_title: true
cursor: cursor:
# Cursor style # Cursor style
# #