From 0827eefbaea40d9197fdfd126c914a908fa14916 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 22 Feb 2013 15:10:39 +0100 Subject: Fix typo in set_xresources filename --- .xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index 1a04931..8333572 100644 --- a/.xinitrc +++ b/.xinitrc @@ -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 -- cgit