summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/dmenusearch4
-rwxr-xr-xscripts/randwp2
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/dmenusearch b/scripts/dmenusearch
index b1ed9d6..742b459 100755
--- a/scripts/dmenusearch
+++ b/scripts/dmenusearch
@@ -70,7 +70,7 @@ emoji() {
[ -z "$CHOSEN" ] && return 1
printf '%s' "$CHOSEN" | xclip -selection clipboard
- # notify-send "'$CHOSEN' copied to clipboard."
+ herbe "'$CHOSEN' copied to clipboard."
}
main() {
@@ -97,4 +97,4 @@ main() {
"$BROWSER" "$query" 2> /dev/null
}
-main "$@" \ No newline at end of file
+main "$@"
diff --git a/scripts/randwp b/scripts/randwp
index a63271d..da47247 100755
--- a/scripts/randwp
+++ b/scripts/randwp
@@ -2,7 +2,7 @@
# set a random wallpaper
# to ignore a folder or a file put it in IGNORE like "file1|folder|file2"
-WPDIR="${1:-/home/marcellus/.config/wallpapers}"
+WPDIR="${1:-/home/marcellus/.config/wallpapers/SFW}"
ALL="$(find "$WPDIR" -type f ! -path '*/.git*' ! -name 'README.md')"
searchwp() {