diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2024-01-17 18:03:10 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2024-01-17 18:03:10 -0600 |
commit | aa7b92eb281d229386a298998586ef9687b9af1c (patch) | |
tree | 3f260f1b1a79d533120c709bc1f083a10e2f0653 /alacritty/alacritty.yml | |
parent | 2d65c8d43cc8d280ab72d93037be17715e94abbc (diff) | |
download | dotconfig-aa7b92eb281d229386a298998586ef9687b9af1c.tar.xz dotconfig-aa7b92eb281d229386a298998586ef9687b9af1c.zip |
move to toml configuration
Diffstat (limited to 'alacritty/alacritty.yml')
-rw-r--r-- | alacritty/alacritty.yml | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml deleted file mode 100644 index b3af705..0000000 --- a/alacritty/alacritty.yml +++ /dev/null @@ -1,54 +0,0 @@ -import: - - ~/.config/alacritty/extra.yml - -env: - TERM: xterm-256color # Work will legacy applications and ssh - -window: - title: Terminal - dynamic_title: true - - class: - instance: Alacritty - general: st # Show as st in window manager because that's what i'm used to - - dynamic_padding: true - -font: - normal: - family: JetBrainsMonoNL Nerd Font Mono - size: 12 - -colors: - primary: - background: "#101010" - foreground: "#ffffff" - - normal: - black: "#101010" - red: "#ed1207" - green: "#2bb500" - yellow: "#fc9700" - blue: "#1578c1" - magenta: "#b14ff7" - cyan: "#00c4a3" - white: "#ffffff" - - bright: - black: "#7f7f7f" - red: "#ed1207" - green: "#2bb500" - yellow: "#fc9700" - blue: "#1578c1" - magenta: "#b14ff7" - cyan: "#00c4a3" - white: "#ffffff" - -cursor: - style: - blinking: Never - -mouse_bindings: - - { mouse: Right, action: PasteSelection } - - |