diff options
Diffstat (limited to 'dmenuTerm.sh')
-rwxr-xr-x | dmenuTerm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenuTerm.sh b/dmenuTerm.sh index 9654649..a6d459c 100755 --- a/dmenuTerm.sh +++ b/dmenuTerm.sh @@ -14,7 +14,7 @@ case "$chosen" in "years") ~/scripts/floats/floatYears.sh ;; "months") ~/scripts/floats/floatMonths.sh ;; "weather") urxvt -title floating -sh 10 -geometry 125x40 -e weather.sh ;; - "wp selection") ~/scripts/floats/floatWpBrowser.sh "$HOME/images/wallpapers/" ;; + "wp selection") ~/scripts/floats/floatWpBrowser.sh "$CONFIG_FOLDER_WP" ;; "python") urxvt -title floating -geometry 80x28 -e python -q ;; #programs "cmus") urxvt -cd ~/music -e cmus ;; |