diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-06-17 14:31:08 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-06-17 14:31:08 +0100 |
commit | c9925e5fba0c702815b81fd7f296b11a152872a2 (patch) | |
tree | 998b7396b4dd4f7386d13ee5938318c8629e8db5 /xinit | |
parent | 5aa5f4e10b4fbec1d09e613dd05f2fe458668733 (diff) |
[xinit] Correct mistake in colorscheme name
Diffstat (limited to 'xinit')
-rwxr-xr-x | xinit/.xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xinit/.xinitrc b/xinit/.xinitrc index 7d8a022..abaadb4 100755 --- a/xinit/.xinitrc +++ b/xinit/.xinitrc @@ -7,7 +7,7 @@ xset r rate 400 50 $HOME/bin/keyboard # Load Xresources to light colorscheme -xrdb ~/.Xresources/solarized.light.xresources +xrdb $HOME/.Xresources/solarized.light # Background feh --bg-fill --randomize /usr/share/backgrounds |