From 88e0e4a28a0338aceee1e0c95a148baa921398e4 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Fri, 6 Dec 2019 10:08:50 +0100 Subject: [PATCH] resolution changes --- .Xresources | 3 +- .config/alacritty/alacritty-dark.yml | 44 ++++++--------------------- .config/alacritty/alacritty-light.yml | 2 +- .config/alacritty/alacritty.yml | 2 +- .config/chrome-beta-flags.conf | 2 +- 5 files changed, 14 insertions(+), 39 deletions(-) diff --git a/.Xresources b/.Xresources index 390137c..4b2b0f6 100644 --- a/.Xresources +++ b/.Xresources @@ -1,5 +1,6 @@ !Xft.dpi: 210 -Xft.dpi: 144 +!Xft.dpi: 144 +Xft.dpi: 96 Xft.antialias: 1 Xft.rgba: rgb Xft.hinting: 1 diff --git a/.config/alacritty/alacritty-dark.yml b/.config/alacritty/alacritty-dark.yml index e956af5..b7ee932 100644 --- a/.config/alacritty/alacritty-dark.yml +++ b/.config/alacritty/alacritty-dark.yml @@ -26,8 +26,8 @@ window: # Blank space added around the window in pixels. This padding is scaled # by DPI and the specified value is always added at both opposing sides. padding: - x: 1 - y: 1 + x: 0 + y: 0 # Spread additional padding evenly around the terminal content. dynamic_padding: true @@ -37,10 +37,7 @@ window: # Values for `decorations`: # - full: Borders and title bar # - none: Neither borders nor title bar - decorations: none - - # When true, alacritty starts maximized. - start_maximized: false + decorations: full scrolling: # Maximum number of lines in the scrollback buffer. @@ -51,15 +48,6 @@ scrolling: # scrollback is enabled (history > 0). multiplier: 3 - # Faux Scrolling - # - # The `faux_multiplier` setting controls the number of lines the terminal - # should scroll when the alternate screen buffer is active. This is used - # to allow mouse scrolling for applications like `man`. - # - # Specifying `0` will disable faux scrolling. - faux_multiplier: 3 - # Scroll to the bottom when new text is written to the terminal. auto_scroll: false @@ -92,28 +80,27 @@ tabspaces: 8 font: # Normal (roman) font face normal: - family: BlexMono Nerd Font + family: IBM Plex Mono style: Regular - # style: Medium # Bold font face bold: - family: BlexMono Nerd Font - style: Bold + family: IBM Plex Mono + style: SemiBold # Italic font face italic: - family: BlexMono Nerd Font + family: IBM Plex Mono style: Italic # Point size - size: 9 + size: 10 # 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 spacing. offset: x: 0 - y: 0 + y: 2 # Glyph offset determines the locations of the glyphs within their cells with # the default being at the bottom. Increasing `x` moves the glyph to the right, @@ -122,12 +109,6 @@ font: x: 0 y: 0 -# Display the time it takes to redraw each frame. -render_timer: false - -# Keep the log file after quitting Alacritty. -persistent_logging: false - # If `true`, bold text is drawn using the bright color variants. draw_bold_text_with_bright_colors: true @@ -190,13 +171,6 @@ colors: cyan: '0x66cccc' white: '0xdddddd' - # Indexed Colors - # - # The indexed colors include all colors from 16 to 256. - # When these are not set, they're filled with sensible defaults. - #indexed_colors: - # - { index: 16, color: '0x000000' } - # Visual Bell # # Any time the BEL code is received, Alacritty "rings" the visual bell. Once diff --git a/.config/alacritty/alacritty-light.yml b/.config/alacritty/alacritty-light.yml index 1ecc765..a192191 100644 --- a/.config/alacritty/alacritty-light.yml +++ b/.config/alacritty/alacritty-light.yml @@ -94,7 +94,7 @@ font: style: Italic # Point size - size: 19 + size: 10 # 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 spacing. diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 4f18a00..4b90914 120000 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -1 +1 @@ -alacritty-light.yml \ No newline at end of file +alacritty-dark.yml \ No newline at end of file diff --git a/.config/chrome-beta-flags.conf b/.config/chrome-beta-flags.conf index c7c0efa..5e8b477 100644 --- a/.config/chrome-beta-flags.conf +++ b/.config/chrome-beta-flags.conf @@ -1 +1 @@ ---force-device-scale-factor=1.6 +--force-device-scale-factor=1.0