From b112ccd25f47bdccccbe74aa87cbe42532172c80 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Tue, 6 Feb 2024 14:16:33 -0500 Subject: Utilize xorg dpi scaling on a per-host setup --- .config/alacritty/alacritty.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.config/alacritty') diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index a19131f..d91ec52 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -165,7 +165,7 @@ font: style: Bold Italic # Point size - size: 8 + size: 16 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter @@ -307,7 +307,6 @@ font: # magenta: '#c397d8' # cyan: '#70c0b1' # white: '#eaeaea' - # Dim colors # # If the dim colors are not set, they will be calculated automatically based @@ -427,7 +426,6 @@ cursor: # Thickness of the cursor relative to the cell width as floating point number # from `0.0` to `1.0`. # thickness: 0.15 - # Live config reload (changes require restart) # live_config_reload: true # Shell @@ -883,7 +881,6 @@ key_bindings: # - Debug # - Trace # log_level: Warn - # Renderer override. # - glsl3 # - gles2 -- cgit v1.2.3