summaryrefslogtreecommitdiffstats
path: root/dot_config/private_alacritty.toml
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-11-06 13:18:07 -0600
committerMatt Strapp <matt@mattstrapp.net>2024-11-06 13:18:07 -0600
commit242f0cf821123120666f7917635e412f53b5f69f (patch)
tree5f75fd37e4f5d0a921fcb317a130611bcec13acf /dot_config/private_alacritty.toml
parentcomment out SSH kitten (diff)
downloaddotfiles-242f0cf821123120666f7917635e412f53b5f69f.tar
dotfiles-242f0cf821123120666f7917635e412f53b5f69f.tar.gz
dotfiles-242f0cf821123120666f7917635e412f53b5f69f.tar.bz2
dotfiles-242f0cf821123120666f7917635e412f53b5f69f.tar.lz
dotfiles-242f0cf821123120666f7917635e412f53b5f69f.tar.xz
dotfiles-242f0cf821123120666f7917635e412f53b5f69f.tar.zst
dotfiles-242f0cf821123120666f7917635e412f53b5f69f.zip
no need to be private
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'dot_config/private_alacritty.toml')
-rw-r--r--dot_config/private_alacritty.toml134
1 files changed, 0 insertions, 134 deletions
diff --git a/dot_config/private_alacritty.toml b/dot_config/private_alacritty.toml
deleted file mode 100644
index 01d7f97..0000000
--- a/dot_config/private_alacritty.toml
+++ /dev/null
@@ -1,134 +0,0 @@
-[colors]
-#draw_bold_text_with_bright_colors = true
-
-[colors.primary]
-background = "0x0c0f14"
-foreground = "0xbbc2cf"
-
-[colors.selection]
-text = "0xbbc2cf"
-
-[cursor]
-unfocused_hollow = true
-
-[font]
-size = 10.0
-
-[font.bold]
-family = "Fira Code Nerd Font Mono"
-style = "Bold"
-
-[font.bold_italic]
-family = "Fira Code Nerd Font Mono"
-style = "Bold Italic"
-
-[font.italic]
-family = "Fira Code Nerd Font Mono"
-style = "Italic"
-
-[font.normal]
-family = "Fira Code Nerd Font Mono"
-style = "Regular"
-
-[font.offset]
-x = 0
-y = 1
-
-[[keyboard.bindings]]
-action = "Paste"
-key = "V"
-mods = "Control|Shift"
-
-[[keyboard.bindings]]
-action = "Copy"
-key = "C"
-mods = "Control|Shift"
-
-[[keyboard.bindings]]
-action = "PasteSelection"
-key = "Insert"
-mods = "Shift"
-
-[[keyboard.bindings]]
-action = "ResetFontSize"
-key = "Key0"
-mods = "Control"
-
-[[keyboard.bindings]]
-action = "IncreaseFontSize"
-key = "Equals"
-mods = "Control"
-
-[[keyboard.bindings]]
-action = "IncreaseFontSize"
-key = "Plus"
-mods = "Control"
-
-[[keyboard.bindings]]
-action = "DecreaseFontSize"
-key = "Minus"
-mods = "Control"
-
-[[keyboard.bindings]]
-action = "DecreaseFontSize"
-key = "Minus"
-mods = "Control"
-
-[[keyboard.bindings]]
-action = "ToggleFullscreen"
-key = "F11"
-mods = "None"
-
-[[keyboard.bindings]]
-action = "Paste"
-key = "Paste"
-mods = "None"
-
-[[keyboard.bindings]]
-action = "Copy"
-key = "Copy"
-mods = "None"
-
-[[keyboard.bindings]]
-action = "ClearLogNotice"
-key = "L"
-mods = "Control"
-
-[[keyboard.bindings]]
-chars = "\f"
-key = "L"
-mods = "Control"
-
-[scrolling]
-history = 5000
-
-[terminal.shell]
-program = "zsh"
-args = ["-l", "-c", "zellij"]
-
-#[terminal.shell.url]
-#modifiers = "Control"
-
-#[[terminal.shell.url.launcher]]
-#program = "xdg-open"
-
-[window]
-dynamic_padding = false
-title = "Terminal"
-opacity = 0.95
-
-[window.class]
-general = "Alacritty"
-instance = "Alacritty"
-
-[window.dimensions]
-columns = 100
-lines = 24
-
-[general]
-import = [
- "~/.config/alacritty/nord.toml"
-]
-live_config_reload = true
-
-