forked from extern/nix-config
69d75cde7d
Went from termite to urxvt and back to termite again. Now the circle is complete! Joking aside, the reason urxvt was chosen over termite in the first place was because of better image support and less memory usage with multiple terminals open (due to urxvtc and urxvtd). Along the way, some things like emojis and other features only worked in termite. Since termite still works exceptionally well, and since image support isn't really an issue, termite should be more than good enough here. Plus, my config files work pretty well across both bspwm and Plasma. The extra memory saved from urxvtcd isn't needed on modern hardware, and even if it was, I could just use tmux. Getting rid of this extra dependency helps make my dotfiles cleaner.
26 lines
661 B
Plaintext
26 lines
661 B
Plaintext
! New Start: A modern Arch workflow built with an emphasis on functionality.
|
|
! Copyright (C) 2017-2018 Donovan Glover
|
|
|
|
! Use 1.875x (180/96) scaling for 4k (Effectively 2048x1152)
|
|
Xft.dpi: 180
|
|
|
|
! Make it easier to distinguish between letters (Required for dpi < 300)
|
|
Xft.hinting: true
|
|
|
|
! Make high resolution output look cleaner
|
|
Xft.antialias: true
|
|
|
|
! Only use hinting if the font provides it; do not attempt to autohint
|
|
Xft.autohint: false
|
|
|
|
! Reduce blur and other unwanted artifacts
|
|
Xft.lcdfilter: lcddefault
|
|
|
|
! Align the font fully to the grid (increases clarity)
|
|
Xft.hintstyle: hintfull
|
|
|
|
! Make font colors look better (?)
|
|
Xft.rgba: rgb
|
|
|
|
! vim:ft=xdefaults
|