Define dedicated alacritty-configs per env
These then have to be soft-linked at the target marchine
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
|
import = [
|
||||||
|
"~/.config/alacritty/themes/themes/gruvbox_dark.toml"
|
||||||
|
]
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 9.0
|
size = 9.0
|
||||||
|
offset = { x = 0, y = 3 }
|
||||||
|
glyph_offset = { x = 0, y = -1 }
|
||||||
# The NerdFont of ComitMono is created with: https://github.com/ryanoasis/nerd-fonts?tab=readme-ov-file#font-patcher
|
# The NerdFont of ComitMono is created with: https://github.com/ryanoasis/nerd-fonts?tab=readme-ov-file#font-patcher
|
||||||
# normal = { family = "ComicMono Nerd Font", style = "Regular" }
|
# normal = { family = "ComicMono Nerd Font", style = "Regular" }
|
||||||
normal = { family = "ComicMono Nerd Font", style = "Regular" }
|
normal = { family = "ComicMono Nerd Font", style = "Regular" }
|
||||||
47
.config/alacritty/alacritty.macos.toml
Normal file
47
.config/alacritty/alacritty.macos.toml
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
import = [
|
||||||
|
"~/.config/alacritty/themes/themes/gruvbox_dark.toml"
|
||||||
|
]
|
||||||
|
|
||||||
|
[window]
|
||||||
|
opacity = 0.96
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
transparent_background_colors = true
|
||||||
|
|
||||||
|
[font]
|
||||||
|
size = 15.0
|
||||||
|
offset = { x = 0, y = 3 }
|
||||||
|
glyph_offset = { x = 0, y = -1 }
|
||||||
|
# The NerdFont of ComitMono is created with: https://github.com/ryanoasis/nerd-fonts?tab=readme-ov-file#font-patcher
|
||||||
|
# normal = { family = "ComicMono Nerd Font", style = "Regular" }
|
||||||
|
normal = { family = "ComicMono Nerd Font", style = "Regular" }
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
key = "Left"
|
||||||
|
mods = "Alt"
|
||||||
|
chars = "\u001BB"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
key = "Right"
|
||||||
|
mods = "Alt"
|
||||||
|
chars = "\u001BF"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
key = "Left"
|
||||||
|
mods = "Super"
|
||||||
|
chars = "\u0001"
|
||||||
|
|
||||||
|
[[keyboard.bindings]]
|
||||||
|
key = "Right"
|
||||||
|
mods = "Super"
|
||||||
|
chars = "\u0005"
|
||||||
|
|
||||||
|
[[mouse.bindings]]
|
||||||
|
mouse = "Middle"
|
||||||
|
action = "Paste"
|
||||||
|
|
||||||
|
[shell]
|
||||||
|
program = "/bin/bash"
|
||||||
|
|
||||||
|
[selection]
|
||||||
|
save_to_clipboard = true
|
||||||
Reference in New Issue
Block a user