mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-08 02:36:34 +05:30
30 lines
401 B
YAML
Executable File
30 lines
401 B
YAML
Executable File
import:
|
|
- ~/.config/alacritty/rice-colors.yml
|
|
- ~/.config/alacritty/fonts.yml
|
|
|
|
window:
|
|
padding:
|
|
x: 15
|
|
y: 15
|
|
|
|
decorations: none
|
|
|
|
opacity: 1.0
|
|
dynamic_title: true
|
|
|
|
history: 10000
|
|
multiplier: 3
|
|
|
|
selection:
|
|
save_to_clipboard: false
|
|
|
|
cursor:
|
|
style:
|
|
shape: Block
|
|
blinking: On
|
|
|
|
unfocused_hollow: false
|
|
blink_interval: 550
|
|
|
|
live_config_reload: true
|