diff options
| -rwxr-xr-x | scripts/gui/br | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/gui/br b/scripts/gui/br index 0fd6dc5..474b1b1 100755 --- a/scripts/gui/br +++ b/scripts/gui/br @@ -21,8 +21,7 @@ alias dmenucmd="dmenu -bw 1 -c -g 1 -l 25" if [ "${#}" -eq 0 ]; then - # FIXME: Use XDG_CONFIG - link_file="${HOME}/.config"/sites/bookmarks.txt + link_file="${XDG_CONFIG_HOME:-$HOME/.config}/sites/bookmarks.txt" check_program "dmenu" |
