mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
Update scripts
This commit is contained in:
parent
2a9a7459f6
commit
1f1a2817c2
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user