summaryrefslogtreecommitdiffstats
path: root/.config/alacritty
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-11 00:23:18 +0100
committerJoe <rbo@gmx.us>2024-01-11 00:23:18 +0100
commit11ca59784b318403a7d41454b3dacd403d09a264 (patch)
tree68770d9b6c4ec5dde9c56d254e62b2ecfaa573be /.config/alacritty
parentya (diff)
downloaddotfiles-bsd-11ca59784b318403a7d41454b3dacd403d09a264.tar.gz
dotfiles-bsd-11ca59784b318403a7d41454b3dacd403d09a264.tar.bz2
dotfiles-bsd-11ca59784b318403a7d41454b3dacd403d09a264.tar.xz
dotfiles-bsd-11ca59784b318403a7d41454b3dacd403d09a264.tar.zst
dotfiles-bsd-11ca59784b318403a7d41454b3dacd403d09a264.zip
up
Diffstat (limited to '.config/alacritty')
-rw-r--r--.config/alacritty/alacritty.toml124
1 files changed, 124 insertions, 0 deletions
diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml
new file mode 100644
index 0000000..3e5a11e
--- /dev/null
+++ b/.config/alacritty/alacritty.toml
@@ -0,0 +1,124 @@
+dynamic_title = true
+live_config_reload = true
+
+[colors]
+draw_bold_text_with_bright_colors = false
+
+[colors.bright]
+black = "#928374"
+blue = "#83a598"
+cyan = "#8ec07c"
+green = "#b8bb26"
+magenta = "#d3869b"
+red = "#fb4934"
+white = "#ebdbb2"
+yellow = "#fabd2f"
+
+[colors.cursor]
+cursor = "#d79921"
+text = "#000000"
+
+[colors.normal]
+black = "#32302f"
+blue = "#458588"
+cyan = "#689d6a"
+green = "#98971a"
+magenta = "#b16286"
+red = "#cc241d"
+white = "#a89984"
+yellow = "#d79921"
+
+[colors.primary]
+background = "#1d2021"
+foreground = "#ebdbb2"
+
+[cursor]
+style = "Block"
+unfocused_hollow = true
+
+[debug]
+log_level = "OFF"
+persistent_logging = false
+print_events = false
+render_timer = false
+
+[env]
+TERM = "xterm-256color"
+
+[font]
+size = 15.0
+
+[font.normal]
+family = "UbuntuMono Nerd Font"
+style = "Regular"
+
+[font.offset]
+x = 0
+y = 0
+
+[[hints.enabled]]
+command = "linkview"
+post_processing = true
+regex = "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:..|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-Ÿ<>\"\\s{-}\\^⟨⟩`]+"
+
+[hints.enabled.binding]
+key = "I"
+mods = "Control|Shift"
+
+[[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 = "IncreaseFontSize"
+key = "Equals"
+mods = "Control"
+
+[[keyboard.bindings]]
+action = "IncreaseFontSize"
+key = "Equals"
+mods = "Control|Shift"
+
+[[keyboard.bindings]]
+action = "DecreaseFontSize"
+key = "Minus"
+mods = "Control"
+
+[[keyboard.bindings]]
+action = "SpawnNewInstance"
+key = "Return"
+mods = "Control|Shift"
+
+[mouse]
+hide_when_typing = true
+
+[scrolling]
+history = 5000
+
+[selection]
+save_to_clipboard = false
+semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
+
+[window]
+decorations = "full"
+opacity = 0.92
+title = "Alacritty"
+
+[window.class]
+general = "Alacritty"
+instance = "Alacritty"
+
+[window.dimensions]
+columns = 0
+lines = 0