mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 09:12:28 +00:00
Fix alacritty deprecation warnings
This commit is contained in:
@@ -228,10 +228,10 @@ in
|
|||||||
window.padding.x = 10;
|
window.padding.x = 10;
|
||||||
window.padding.y = 10;
|
window.padding.y = 10;
|
||||||
scrolling.history = 100000;
|
scrolling.history = 100000;
|
||||||
live_config_reload = true;
|
general.live_config_reload = true;
|
||||||
mouse.hide_when_typing = false;
|
mouse.hide_when_typing = false;
|
||||||
|
|
||||||
shell = {
|
terminal.shell = {
|
||||||
program = "zsh";
|
program = "zsh";
|
||||||
args = [
|
args = [
|
||||||
"-l"
|
"-l"
|
||||||
|
Reference in New Issue
Block a user