diff options
| author | kj_sh604 | 2025-12-30 15:09:13 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-30 15:09:13 -0500 |
| commit | e70cc709f565b35c6f54d16bc597bf03494a6465 (patch) | |
| tree | fde60815afa51b5d1ec7fb899218f4bb59396dd9 | |
| parent | 7b6b9668d2f590da476098bf1ef272c0aa697d5a (diff) | |
refactor: disable `xterm` blinking cursor
| -rw-r--r-- | .Xresources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources index 00c70ce..7071fe2 100644 --- a/.Xresources +++ b/.Xresources @@ -227,6 +227,7 @@ URxvt.visualBell: false !Xcursor.size: 32 +XTerm.VT100.cursorBlink: never XTerm.vt100.faceName: Roboto Mono:size=10:antialias=true XTerm.vt100.font: -misc-roboto mono-medium-r-normal--10-100-75-75-m-60-iso8859-1 |
