mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 11:40:37 +00:00
feat(config): add cursor-opacity, maximize, unfocused-split-opacity, unfocused-split-fill, and split-divider-color settings for improved customization
18 lines
562 B
Plaintext
18 lines
562 B
Plaintext
config-file = colorscheme
|
|
cursor-opacity = .5
|
|
maximize = true
|
|
background-opacity = .85
|
|
unfocused-split-opacity = .85
|
|
unfocused-split-fill = 000000
|
|
split-divider-color = ffffff
|
|
background-blur = true
|
|
font-family = "JetBrainsMono Nerd Font"
|
|
font-size = 14
|
|
macos-titlebar-style = hidden
|
|
command = zsh --login -c "if command -v tmux >/dev/null 2>&1; then tmux attach || tmux; else zsh; fi"
|
|
custom-shader = shaders/bloom025.glsl
|
|
shell-integration = zsh
|
|
confirm-close-surface = false
|
|
shell-integration-features = no-cursor,sudo,no-title
|
|
mouse-hide-while-typing = true
|