From beabeb8d6f79f57d0fcc222c60a35667a3cc3d02 Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Sun, 1 Dec 2013 11:33:08 +0100 Subject: [PATCH] Use default sxhkd config path in DM session --- contrib/lightdm/bspwm-session | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/lightdm/bspwm-session b/contrib/lightdm/bspwm-session index 0e0b5ff..f3a31e8 100755 --- a/contrib/lightdm/bspwm-session +++ b/contrib/lightdm/bspwm-session @@ -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