diff --git a/.vtsm/nixos-zilch.json b/.vtsm/nixos-zilch.json index 54d2d53..f3a7ad2 100755 --- a/.vtsm/nixos-zilch.json +++ b/.vtsm/nixos-zilch.json @@ -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" } diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 29ea163..a88f6e6 100755 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -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 #