commit 4a9df0d
hovercats
·
2024-06-18 07:07:16 +0000 UTC
parent 4077064
bmks: just use path instead of xdg dir
1 files changed,
+1,
-1
M
sh/bmks
M
sh/bmks
+1,
-1
1@@ -3,7 +3,7 @@
2 # A simple bookmarking script that uses dmenu
3 # dmenu uses -c flag, which is part of the center patch
4
5-file_path="${XDG_CONFIG_HOME}/bmks"
6+file_path="$HOME/etc/bmks"
7 filename=urls
8 bookmarks="${file_path}/${filename}"
9