diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-22 15:10:39 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-22 15:17:25 +0100 |
commit | 0827eefbaea40d9197fdfd126c914a908fa14916 (patch) | |
tree | b603163ee1137eb6ca3c5dcc604730f92640ecc2 /.xinitrc | |
parent | 977282178ea0d1623689d52bc956b0b412752375 (diff) | |
download | dotfiles-0827eefbaea40d9197fdfd126c914a908fa14916.tar.gz dotfiles-0827eefbaea40d9197fdfd126c914a908fa14916.tar.bz2 dotfiles-0827eefbaea40d9197fdfd126c914a908fa14916.zip |
Fix typo in set_xresources filename
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ #xset r rate 250 50 # Xdefault is splitted so load the splitted files at startup -[[ -x ~/.scripts/set_xressources.sh ]] && ~/.scripts/set_xressources.sh +[[ -x ~/.scripts/set_xresources.sh ]] && ~/.scripts/set_xresources.sh [[ -x ~/.scripts/toggle_touchpad.sh ]] && ~/.scripts/toggle_touchpad.sh |