diff options
author | listout <listout@protonmail.com> | 2021-09-03 23:43:50 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-09-03 23:43:50 +0530 |
commit | d22fe7c714ddd1f4d9bcedf131765cedf4c73f44 (patch) | |
tree | 5b555c98cc4f4e692c017fc81a0fe47e16598dcf /.Xresources | |
parent | 8f4605a8eec78b79b6dfa9161412d4d09cc9f064 (diff) |
Moving back with Dina font
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.Xresources b/.Xresources index 8ad1112..3275c2c 100644 --- a/.Xresources +++ b/.Xresources @@ -1,7 +1,7 @@ URxvt.scrollBar: flase -URxvt.font: xft:UW Ttyp0:pixelsize=14 -URxvt.boldFont: xft:Uw Ttyp0:bold:pixelsize=14 +URxvt.font: xft:Dina:pixelsize=12 +URxvt.boldFont: xft:Dina:bold:pixelsize=12 *.background: #080808 *.foreground: #ebebeb @@ -66,6 +66,6 @@ XTerm.vt100.metaSendsEscape: true XTerm.vt100.saveLines: 4096 ! Fontface -XTerm.vt100.faceName: UW Ttyp0:pixelsize=13 +XTerm.vt100.faceName: Dina:pixelsize=12 ! vim: set filetype=xdefaults nomodeline: |