summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-22 15:10:39 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-22 15:17:25 +0100
commit0827eefbaea40d9197fdfd126c914a908fa14916 (patch)
treeb603163ee1137eb6ca3c5dcc604730f92640ecc2
parent977282178ea0d1623689d52bc956b0b412752375 (diff)
downloaddotfiles-0827eefbaea40d9197fdfd126c914a908fa14916.tar.gz
dotfiles-0827eefbaea40d9197fdfd126c914a908fa14916.tar.bz2
dotfiles-0827eefbaea40d9197fdfd126c914a908fa14916.zip
Fix typo in set_xresources filename
-rw-r--r--.config/systemd/user/xrdb.service2
-rwxr-xr-x.scripts/set_xresources.sh (renamed from .scripts/set_xressources.sh)0
-rw-r--r--.xinitrc2
3 files changed, 2 insertions, 2 deletions
diff --git a/.config/systemd/user/xrdb.service b/.config/systemd/user/xrdb.service
index 536bff0..539ffa5 100644
--- a/.config/systemd/user/xrdb.service
+++ b/.config/systemd/user/xrdb.service
@@ -5,7 +5,7 @@ Wants=xorg.target
[Service]
Type=oneshot
-ExecStart=/bin/sh %h/.scripts/set_xressources.sh
+ExecStart=/bin/sh %h/.scripts/set_xresources.sh
[Install]
WantedBy=graphical.target
diff --git a/.scripts/set_xressources.sh b/.scripts/set_xresources.sh
index a51650b..a51650b 100755
--- a/.scripts/set_xressources.sh
+++ b/.scripts/set_xresources.sh
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