GUIX/files/alacritty.toml
2026-07-25 16:13:15 +03:00

49 lines
1 KiB
TOML

[terminal.shell]
program = "/run/current-system/profile/bin/bash"
args = [ "-l", "-c", "tmux attach || tmux" ]
# [general]
# import = [
# "~/.config/alacritty/themes/dayfox.toml"
#]
[window]
# opacity = 0.85
decorations = "None"
[window.padding]
x = 10
y = 10
# [colors.primary]
# background = "#000000"
# [bell]
# command = { program = "paplay", args = ["/usr/share/sounds/freedesktop/stereo/message.oga"] }
[font]
size = 11
# [font.bold]
# family = "SpaceMono Nerd Font Mono"
# style = "Bold"
# [font.bold_italic]
# family = "SpaceMono Nerd Font Mono"
# style = "Bold Italic"
# [font.italic]
# family = "SpaceMono Nerd Font Mono"
# style = "Italic"
# [font.normal]
# family = "SpaceMono Nerd Font Mono"
# style = "Regular"
[[hints.enabled]]
regex = "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001f\u007f-\u009f<>\"\\s{-}\\^⟨⟩`]+"
command = "xdg-open"
post_processing = true
mouse = { enabled = true, mods = "Control" }
binding = { key = "U", mods = "Control|Shift" }