diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-11-02 22:16:31 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-11-02 22:16:31 +0100 |
| commit | 9e2fd9be321d50d3166d224f8dc0e2d748945699 (patch) | |
| tree | a5b82e4636464b9d731fda6f5de4fff4b460d6ad /.Xresources | |
| parent | b8ad8f60d1e9b1f9e2f6889d63a1b5166cf8d085 (diff) | |
update
Diffstat (limited to '.Xresources')
| -rw-r--r-- | .Xresources | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.Xresources b/.Xresources index 14fc10e..42c0bf2 100644 --- a/.Xresources +++ b/.Xresources @@ -1,7 +1,13 @@ -URxvt*font: xft:Hack Nerd Font Mono:size=11:antialias=True,xft:JoyPixels:pixelsize=10 +/* URxvt*font: xft:Hack Nerd Font Mono:size=11:antialias=True,xft:JoyPixels:pixelsize=10 */ + +URxvt.font: xft:Iosevka:style=Regular:size=13:antialias=True,xft:JoyPixels:pixelsize=10 +URxvt.boldFont: xft:Iosevka Term:style=Bold:size=13:antialias=True +URxvt.italicFont: xft:Iosevka Term:style=Italic:size=13:antialias=True +URxvt.boldItalicFont: xft:Iosevka Term:style=Bold Italic:size=13:antialias=True !! colors and stuff -URxvt.letterSpace: 0 +/* URxvt.letterSpace: 0 */ +URxvt.letterSpace: 1 URxvt.scrollBar: False URxvt.depth: 32 URxvt.background: [90]#000000 |
