mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-30 17:48:40 +01:00
df766c3a48
Now that I've learned kitty, other terminal emulators like termite and urxvt are no longer necessary. Here I remove any config files that were necessary for either termite or urxvt and change all terminal options to kitty. As an added bonus, a global gtk.css file is no longer necessary. This contradicted a core idea of dotfiles (that every program should have its own directory in $XDG_CONFIG_HOME) and was in general a weird hack that also affected non-termite emulators.
26 lines
673 B
Plaintext
26 lines
673 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
|
|
|
|
! Set the type of subpixel antialiasing to rgb
|
|
Xft.rgba: rgb
|
|
|
|
! vim:ft=xdefaults
|