Use default sxhkd config path in DM session

This commit is contained in:
Bastien Dejean 2013-12-01 11:33:08 +01:00
parent 805f2de24a
commit beabeb8d6f

View file

@ -59,8 +59,7 @@ for file in "${source_these[@]}"; do
done
# Launch sxhkd:
sxhkdrc_path=${XDG_CONFIG_HOME:-"$HOME/.config"}/bspwm/sxhkdrc
[ -r "${sxhkdrc_path}" ] && sxhkd -c "${sxhkdrc_path}" &
sxhkd &
# Launch bspwm:
bspwm