Skip to content

Commit

Permalink
change monospace font from inconsolata because of spacing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
kpa28-git committed Mar 23, 2020
1 parent 7bd0851 commit 5d45d0e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .Xresources
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
! Xresources file.

!! Global and Terminal Font Settings
*.font: Monospace:pixelsize=30:dpi:360:antialias:true:autohint:false:hinting:true; 30
!! (Set Monospace font alias in $XDG_CONFIG_HOME/fontconfig/fonts.conf)
*.font: Monospace:pixelsize=30:dpi:192:antialias:true:autohint:false:hinting:true; 30
Xft.antialias: true
Xft.autohint: false
Xft.hinting: true
Expand Down
2 changes: 1 addition & 1 deletion .config/fontconfig/fonts.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</alias>
<alias>
<family>monospace</family>
<prefer><family>Inconsolata</family></prefer>
<prefer><family>Hack Nerd Font Mono</family></prefer>
</alias>

<!-- This sets Symbola as the final fallback font for the monospace font family. -->
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ Clone it and watch this bad boy go.

## Details
* window manager: i3-gaps
* compositor: picom (compton)
* terminal: st
* terminal font: monospace
* compositor: picom
* terminal: st || alacritty (backup)
* terminal (monospace) font: Hack Nerd Font Mono
* bar: polybar
* bar icon: hack nerd font
* text editor: neovim
Expand All @@ -143,7 +143,7 @@ Clone it and watch this bad boy go.
* music: mpd+ncmpcpp
* video: mpv
* hotkeys: sxhkd+i3
* browser: qutebrowser|next
* browser: qutebrowser || next
* base16 theme: gruvbox

## Dependencies
Expand Down

0 comments on commit 5d45d0e

Please sign in to comment.