diff options
author | Florian Pritz <f-p@gmx.at> | 2009-04-07 00:35:40 +0200 |
---|---|---|
committer | Florian Pritz <f-p@gmx.at> | 2009-04-07 00:35:40 +0200 |
commit | 634951bdf0c718fb262345f623108fe098a728fa (patch) | |
tree | 53e278ae49cfa16117d44d37ad149670a28b2ada /.xinitrc | |
parent | 77a6ef3c0671c373afe34b7389e063a7c37744b9 (diff) | |
download | dotfiles-634951bdf0c718fb262345f623108fe098a728fa.tar.gz dotfiles-634951bdf0c718fb262345f623108fe098a728fa.tar.xz |
cd to home in case PWD is wrong (X started from a tty)
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #!/bin/sh +cd $HOME # I don't like no background ;) sh $HOME/.fehbg & |