dotfiles

Personal dotfiles.
git clone git://vcs.sapka.me/dotfiles
Log | Files | Refs | Submodules

commit 925d5d765e027646bafbeada83dec13ab154be91
parent 3e49147a89485e3d6ebcf32cf30fc60c0a7ef1c9
Author: Michal Sapka <michal@sapka.me>
Date:   Fri, 17 Jun 2022 21:40:29 +0200

feat: standarize dpi

Diffstat:
Malacritty/.config/alacritty/alacritty.yml | 4++--
Mxorg/.XResources | 3+++
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml @@ -20,7 +20,7 @@ dpi: y: 96.0 # Display tabs using this many cells (changes require restart) -tabspaces: 8 +tabspaces: 13 # When true, bold text is drawn using the bright variant of colors. draw_bold_text_with_bright_colors: true @@ -46,7 +46,7 @@ font: style: Medium Italic # Point size of the font - size: 7 + size: 11 # Colors (Gruvbox Material Dark Medium) colors: diff --git a/xorg/.XResources b/xorg/.XResources @@ -14,6 +14,9 @@ URxvt.perl-ext-common: default,matcher URxvt.url-launcher: /usr/bin/xdg-open URxvt.matcher.button: 1 +! This is radom value that looks good. +Xft.dpi: 80 + ! ----------------------------------------------------------------------------- ! File: gruvbox-urxvt256.xresources ! Description: Retro groove colorscheme generalized