This repository has been archived on 2024-06-19. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles-old/dot_config/alacritty/alacritty.toml

16 lines
327 B
TOML
Raw Normal View History

2024-03-03 15:01:37 +01:00
# Import our style
import = ["~/.config/alacritty/dracula.toml"]
# Lets setup copying to system clipboard
[selection]
save_to_clipboard = true
# Change our cursor to a line
[cursor]
style.shape = "Beam"
style.blinking = "On"
# We want something different for vim
vi_mode_style.shape = "Block"
vi_mode_style.blinking = "Off"