diff options
Diffstat (limited to 'floats')
-rwxr-xr-x | floats/floatWpBrowser.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/floats/floatWpBrowser.sh b/floats/floatWpBrowser.sh index cbfdee9..6cbcad6 100755 --- a/floats/floatWpBrowser.sh +++ b/floats/floatWpBrowser.sh @@ -1,4 +1,4 @@ #!/bin/sh path="$1" -[ -z "$path" ] && path="/home/taamas/images/wallpapers/" +[ -z "$path" ] && path="$CONFIG_FOLDER_WP" urxvt -title floating -sh 20 -cr black -geometry "45x6-5-5" -e wpBrowser.sh "$path" |