66 lines
1.3 KiB
YAML
66 lines
1.3 KiB
YAML
window:
|
|
opacity: 0.8
|
|
# decorations: none
|
|
dimensions:
|
|
lines: 115
|
|
columns: 257
|
|
position:
|
|
x: 1550
|
|
y: 0
|
|
selection:
|
|
save_to_clipboard: true
|
|
shell:
|
|
program: /usr/bin/zsh
|
|
args:
|
|
- -l
|
|
- -c
|
|
- zellij attach || zellij
|
|
font:
|
|
# Normal (roman) font face
|
|
normal:
|
|
# Font family
|
|
#
|
|
# Default:
|
|
# - (macOS) Menlo
|
|
# - (Linux/BSD) monospace
|
|
# - (Windows) Consolas
|
|
family: FiraCode Nerd Font
|
|
style: regular
|
|
|
|
# The `style` can be specified to pick a specific face.
|
|
#style: Regular
|
|
|
|
# Bold font face
|
|
#bold:
|
|
# Font family
|
|
#
|
|
# If the bold family is not specified, it will fall back to the
|
|
# value specified for the normal font.
|
|
#family: monospace
|
|
|
|
# The `style` can be specified to pick a specific face.
|
|
#style: Bold
|
|
|
|
# Italic font face
|
|
#italic:
|
|
# Font family
|
|
#
|
|
# If the italic family is not specified, it will fall back to the
|
|
# value specified for the normal font.
|
|
#family: monospace
|
|
|
|
# The `style` can be specified to pick a specific face.
|
|
#style: Italic
|
|
|
|
# Bold italic font face
|
|
#bold_italic:
|
|
# Font family
|
|
#
|
|
# If the bold italic family is not specified, it will fall back to the
|
|
# value specified for the normal font.
|
|
#family: monospace
|
|
|
|
# The `style` can be specified to pick a specific face.
|
|
#style: Bold Italic
|
|
|