mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-30 22:57:54 +00:00
Update scripts
This commit is contained in:
parent
2a9a7459f6
commit
1f1a2817c2
@ -1,10 +1,12 @@
|
||||
{
|
||||
"bin": "$HOME/.local/bin",
|
||||
"emacs": "$HOME/.config/doom",
|
||||
"mpd": "$HOME/.config/mpd",
|
||||
"nvim": "$HOME/.config/nvim",
|
||||
"nyxt": "$HOME/.config/nyxt",
|
||||
"newsboat": "$HOME/.config/newsboat",
|
||||
"rofi": "$HOME/.config/rofi",
|
||||
"starship": "$HOME/.config",
|
||||
"slop": "$HOME/.config/slop"
|
||||
"slop": "$HOME/.config/slop",
|
||||
"youtube-dl": "$HOME/.config/youtube-dl"
|
||||
}
|
||||
|
@ -21,6 +21,9 @@ window:
|
||||
columns: 0
|
||||
lines: 0
|
||||
|
||||
# Allow terminal applications to change Alacritty's window title.
|
||||
dynamic_title: true
|
||||
|
||||
# Window position (changes require restart)
|
||||
#
|
||||
# Specified in number of pixels.
|
||||
@ -175,7 +178,7 @@ draw_bold_text_with_bright_colors: true
|
||||
# - Linear
|
||||
#
|
||||
# Specifying a `duration` of `0` will disable the visual bell.
|
||||
visual_bell:
|
||||
bell:
|
||||
animation: EaseOutExpo
|
||||
duration: 0
|
||||
color: '0xffffff'
|
||||
@ -244,9 +247,6 @@ selection:
|
||||
# When set to `true`, selected text will be copied to the primary clipboard.
|
||||
save_to_clipboard: false
|
||||
|
||||
# Allow terminal applications to change Alacritty's window title.
|
||||
dynamic_title: true
|
||||
|
||||
cursor:
|
||||
# Cursor style
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user