added config variable DATA_FILE

This commit is contained in:
NRK
2021-04-12 21:19:05 +06:00
parent 85607d6def
commit cdccca3499

1
sxbm
View File

@ -12,6 +12,7 @@
# Respects XDG_DATA_HOME if set
[ -z "$XDG_DATA_HOME" ] && XDG_DATA_HOME="$HOME/.local/share"
DATA_DIR="${XDG_DATA_HOME}/sxbm"
DATA_FILE="${DATA_DIR}/bookmarks"
# Colors
# For a list of ANSI color codes, check the link below