Fix more alacritty config values
This commit is contained in:
		
							parent
							
								
									6c53d69c01
								
							
						
					
					
						commit
						8678b2ce17
					
				
					 1 changed files with 2 additions and 41 deletions
				
			
		|  | @ -55,8 +55,8 @@ window: | |||
|   #   - Fullscreen | ||||
|   startup_mode: Windowed | ||||
| 
 | ||||
|   # Window title | ||||
|   #title: Alacritty | ||||
|   # Allow terminal applications to change Alacritty's window title. | ||||
|   dynamic_title: true | ||||
| 
 | ||||
|   # Window class (Linux only): | ||||
|   #class: Alacritty | ||||
|  | @ -70,15 +70,6 @@ scrolling: | |||
|   # scrollback is enabled (history > 0). | ||||
|   multiplier: 3 | ||||
| 
 | ||||
| # Spaces per Tab (changes require restart) | ||||
| # | ||||
| # This setting defines the width of a tab in cells. | ||||
| # | ||||
| # Some applications, like Emacs, rely on knowing about the width of a tab. | ||||
| # To prevent unexpected behavior in these applications, it's also required to | ||||
| # change the `it` value in terminfo when altering this setting. | ||||
| tabspaces: 4 | ||||
| 
 | ||||
| # Font configuration (changes require restart) | ||||
| font: | ||||
|   # Normal (roman) font face | ||||
|  | @ -210,33 +201,6 @@ colors: | |||
|   # | ||||
|   #indexed_colors: [] | ||||
| 
 | ||||
| 
 | ||||
| # Visual Bell | ||||
| # | ||||
| # Any time the BEL code is received, Alacritty "rings" the visual bell. Once | ||||
| # rung, the terminal background will be set to white and transition back to the | ||||
| # default background color. You can control the rate of this transition by | ||||
| # setting the `duration` property (represented in milliseconds). You can also | ||||
| # configure the transition function by setting the `animation` property. | ||||
| # | ||||
| # Values for `animation`: | ||||
| #   - Ease | ||||
| #   - EaseOut | ||||
| #   - EaseOutSine | ||||
| #   - EaseOutQuad | ||||
| #   - EaseOutCubic | ||||
| #   - EaseOutQuart | ||||
| #   - EaseOutQuint | ||||
| #   - EaseOutExpo | ||||
| #   - EaseOutCirc | ||||
| #   - Linear | ||||
| # | ||||
| # Specifying a `duration` of `0` will disable the visual bell. | ||||
| visual_bell: | ||||
|   animation: EaseOutExpo | ||||
|   duration: 0 | ||||
|   color: '0xffffff' | ||||
| 
 | ||||
| # Background opacity | ||||
| # | ||||
| # Window opacity as a floating point number from `0.0` to `1.0`. | ||||
|  | @ -298,9 +262,6 @@ selection: | |||
|   # When set to `true`, selected text will be copied to the primary clipboard. | ||||
|   save_to_clipboard: false | ||||
| 
 | ||||
| # Allow terminal applications to change Alacritty's window title. | ||||
| dynamic_title: true | ||||
| 
 | ||||
| cursor: | ||||
|   # Cursor style | ||||
|   # | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue