dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 7b6072b8816b7f1d6f088625c638427e192b58cf
parent bb9cbdedcf92d1dd995f64235c7046290bd4136a
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue, 27 Jan 2015 16:48:06 +0100

disable cursor blinking

Diffstat:
M.Xresources | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.Xresources b/.Xresources @@ -28,7 +28,7 @@ urxvt*cursorUnderline: 0 urxvt*cursorColor: #FF00FF urxvt*fading: 0 !urxvt*fadeColor: #000000 -urxvt*cursorBlink: true +urxvt*cursorBlink: false urxvt*scrollBar: false urxvt*depth: 24 urxvt*internalBorder: 2