mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
Tweak XTerm cursor settings
Turn on blinking. Make sure the cursor shape is a block.
This commit is contained in:
parent
097ac07365
commit
2f22fc4854
|
|
@ -29,7 +29,10 @@ XTerm*utf8: 1
|
|||
xterm*dynamicColors: true
|
||||
|
||||
! Visual
|
||||
XTerm*cursorBlink: false
|
||||
XTerm*cursorBlink: true
|
||||
XTerm*cursorUnderLine: false
|
||||
XTerm*cursorOnTime: 1000
|
||||
XTerm*cursorOffTime: 500
|
||||
XTerm*visualbell: true
|
||||
XTerm*bellIsUrgent: true
|
||||
XTerm*geometry: 80x24
|
||||
|
|
|
|||
Loading…
Reference in a new issue