summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-04-07 00:35:40 +0200
committerFlorian Pritz <f-p@gmx.at>2009-04-07 00:35:40 +0200
commit634951bdf0c718fb262345f623108fe098a728fa (patch)
tree53e278ae49cfa16117d44d37ad149670a28b2ada
parent77a6ef3c0671c373afe34b7389e063a7c37744b9 (diff)
downloaddotfiles-634951bdf0c718fb262345f623108fe098a728fa.tar.gz
dotfiles-634951bdf0c718fb262345f623108fe098a728fa.tar.xz
cd to home in case PWD is wrong (X started from a tty)
-rw-r--r--.xinitrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
index ec08570..dfe3215 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,4 +1,5 @@
#!/bin/sh
+cd $HOME
# I don't like no background ;)
sh $HOME/.fehbg &