diff options
-rw-r--r-- | Xresources_openbsd | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Xresources_openbsd b/Xresources_openbsd index 5581b5c..9c3ae8c 100644 --- a/Xresources_openbsd +++ b/Xresources_openbsd @@ -14,7 +14,9 @@ Xft.rgba : rgb !xterm*faceName : Fixed !xterm*faceName: xft:monospace:pixelsize=15 !xterm*faceName : DejaVu Sans mono:size=10 -xterm*faceName : Hack-Regular:size=8 +!xterm*faceName : Hack-Regular:size=8 +!xterm*faceName : Terminus:size=10 +xterm*faceName : JetBrainsMono:size=10 XTerm*backarrowKey : false XTerm.vt100.backarrowKey: false XTerm.ttyModes : erase ^? @@ -39,11 +41,11 @@ XTerm*vt100.bellIsUrgent : true XTerm*allowBoldFonts : true ! pressing a key automatically scrolls to the bottom !XTerm*scrollKey : true -! don't allow terminal to go fullscreen +! dont allow terminal to go fullscreen XTerm*fullscreen : never ! clicking a line selects only from the current word forward XTerm*cutToBeginningOfLine : false -! and don't include a trailing newline in the selection! +! and dont include a trailing newline in the selection! XTerm*cutNewline : false ! some black magic to change what characters XTerm considers "word delimiters" XTerm*charClass : 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48 |