mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-08 10:46:34 +05:30
initial commit
This commit is contained in:
29
modules/alacritty/config/alacritty.yml
Executable file
29
modules/alacritty/config/alacritty.yml
Executable file
@ -0,0 +1,29 @@
|
||||
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
|
Reference in New Issue
Block a user