commit 111b81e

hovercats  ·  2022-10-26 09:26:15 +0000 UTC
parent 4e69359
bmks: change default dir
2 files changed,  +2, -2
M bmks
M dmpv
M bmks
+1, -1
1@@ -2,7 +2,7 @@
2 
3 # A simple bookmarking script that uses dmenu
4 
5-file_path="$HOME/.config/bmks/"
6+file_path="$HOME/etc/bmks/"
7 filename=urls
8 bookmarks="$file_path/$filename"
9 browser=$BROWSER
M dmpv
+1, -1
1@@ -4,7 +4,7 @@
2 # No more need for a detached terminal taking up your screen space
3 # you can also delete the selected video with -d option
4 
5-DIR="$HOME"/Videos
6+DIR="$HOME"/usr/Videos
7 
8 cd "$DIR"
9