diff options
author | Guangxiong Lin <[email protected]> | 2022-04-15 08:17:00 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-04-15 08:17:00 +0800 |
commit | f4235656631878d1a071cce3c396137506d5ad54 (patch) | |
tree | 7d3cc3c264acfd7aa0adf76014c116bfc09a11cc /.Xresources.d/rxvt-unicode | |
parent | 0c75bf882c073cb49e35aa6404a82827fda71fce (diff) | |
download | dotfiles-f4235656631878d1a071cce3c396137506d5ad54.tar.gz dotfiles-f4235656631878d1a071cce3c396137506d5ad54.tar.bz2 dotfiles-f4235656631878d1a071cce3c396137506d5ad54.zip |
Update urxvt config
Diffstat (limited to '.Xresources.d/rxvt-unicode')
-rw-r--r-- | .Xresources.d/rxvt-unicode | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.Xresources.d/rxvt-unicode b/.Xresources.d/rxvt-unicode index ae71604..8aa30f7 100644 --- a/.Xresources.d/rxvt-unicode +++ b/.Xresources.d/rxvt-unicode @@ -8,7 +8,7 @@ URxvt.font:\ xft:Symbola,\ xft:Noto Color Emoji URxvt.boldfont:\ - xft:DejaVu Sans Mono:size=12:style=Bold,\ + xft:DejaVu Sans Mono:style=Bold:size=12,\ xft:WenQuanYi Micro Hei Mono:size=12,\ xft:Symbola,\ xft:Noto Color Emoji @@ -19,6 +19,7 @@ URxvt.letterSpace: -1 URxvt.geometry: 80x24 URxvt.scrollBar: false +URxvt.intensityStyles: false URxvt.perl-ext-common: default,matcher URxvt.url-launcher: /usr/bin/xdg-open |