27 lines
363 B
TOML
27 lines
363 B
TOML
[font.normal]
|
|
family = "FiraCode Nerd Font"
|
|
style = "regular"
|
|
|
|
[selection]
|
|
save_to_clipboard = true
|
|
|
|
[shell]
|
|
args = ["-l", "-c", "tmux attach || tmux"]
|
|
program = "/usr/bin/zsh"
|
|
|
|
[window]
|
|
opacity = 0.8
|
|
|
|
[window.dimensions]
|
|
columns = 257
|
|
lines = 115
|
|
|
|
[window.position]
|
|
x = 1550
|
|
y = 0
|
|
|
|
[keyboard]
|
|
bindings = [
|
|
{ key = "Return", mods = "Shift", chars = "\n" }
|
|
]
|