mirror of
https://github.com/vale981/bspwm
synced 2025-03-04 17:31:39 -05:00
Use default sxhkd config path in DM session
This commit is contained in:
parent
805f2de24a
commit
beabeb8d6f
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue