diff options
author | Alan Pearce | 2013-09-15 17:12:09 +0100 |
---|---|---|
committer | Alan Pearce | 2013-09-15 17:18:37 +0100 |
commit | f5035c449c73b3712078a43f044298f2498af405 (patch) | |
tree | 3d91a9b4b3110a13224c82574139fe49697135c1 | |
parent | 090d543a3b7429e4a3bb071018b827dce4775dee (diff) | |
download | dotfiles-f5035c449c73b3712078a43f044298f2498af405.tar.lz dotfiles-f5035c449c73b3712078a43f044298f2498af405.tar.zst dotfiles-f5035c449c73b3712078a43f044298f2498af405.zip |
Urxvt: use bright colours without bold fonts
-rw-r--r-- | xresources/main | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xresources/main b/xresources/main index 94f005a..0af5db9 100644 --- a/xresources/main +++ b/xresources/main @@ -16,7 +16,8 @@ URxvt.saveLines: 16384 URxvt.secondaryScroll: false URxvt.font: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-*-* -URxvt.boldFont: -xos4-terminus-bold-r-normal--14-140-72-72-c-80-*-* +URxvt.boldFont: +URxvt.intensityStyles: true URxvt.pointerBlank: true URxvt.pointerBlankDelay: 987654321 |