From: Simon Ruderich Date: Mon, 18 Aug 2014 13:52:12 +0000 (+0200) Subject: xinitrc: use $HOME for consistency X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=55b19e0e445cef99b0bcd8df5abd72d05d3fc62f xinitrc: use $HOME for consistency --- diff --git a/xinitrc b/xinitrc index 8a649a1..fb9a24e 100755 --- a/xinitrc +++ b/xinitrc @@ -103,7 +103,7 @@ xmodmap -e 'keycode 94 = grave asciitilde' xset b off # Load settings for programs. Xdefaults is deprecated. -xrdb ~/.Xresources +xrdb "$HOME/.Xresources" # Change the background if available. if test -f "$HOME/.background" && test -n "$set_background"; then @@ -158,7 +158,7 @@ fi # Start window manager. failed= if installed herbstluftwm; then - herbstluftwm --locked >~/.config/herbstluftwm/log 2>&1 || failed=1 + herbstluftwm --locked >"$HOME/.config/herbstluftwm/log" 2>&1 || failed=1 elif installed xmonad; then xmonad || failed=1 elif installed stumpwm; then