diff options
author | Alan Pearce | 2020-04-20 10:21:02 +0200 |
---|---|---|
committer | Alan Pearce | 2020-04-20 10:21:02 +0200 |
commit | b6c4ba49fa602242534288210351c9e582684b99 (patch) | |
tree | fa68ea8875b3bcdac811fde44f57c5d12175cc4b /user | |
parent | a147469c1c35f111d8c8def9e70211cbc454103c (diff) | |
download | nixfiles-b6c4ba49fa602242534288210351c9e582684b99.tar.lz nixfiles-b6c4ba49fa602242534288210351c9e582684b99.tar.zst nixfiles-b6c4ba49fa602242534288210351c9e582684b99.zip |
xresources: configure and enable vector fonts
Diffstat (limited to 'user')
-rw-r--r-- | user/xresources/main | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/xresources/main b/user/xresources/main index fbe418bc..f68ce59d 100644 --- a/user/xresources/main +++ b/user/xresources/main @@ -1,5 +1,6 @@ #include "base16-tomorrow" +*.faceName: IBM Plex Mono:size=8 *.font: -xos4-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-* Xcursor.theme: Bibata Oil @@ -51,6 +52,8 @@ xterm.utf8: true xterm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48 xterm*on3Clicks: regex ([[:alpha:]]+://)?([[:alnum:]!#+,./=?@_~-]|(%[[:xdigit:]][[:xdigit:]]))+ +! start with TrueType fonts disabled +xterm*VT100.RenderFont: true xterm*VT100.Translations: #override \ Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\ Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\ |