X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsystem%2Fscreeno.sh;h=e88c5aedaf56169dff076d5171c86494a86249c7;hb=a311833fce168b970195f8e34415619c26bc0226;hp=5217d70a3b97fac495d0e50c7d3d6e827ac68f08;hpb=599271b2ef684294544a5d4b31f77546ddde974b;p=feisty_meow.git diff --git a/scripts/system/screeno.sh b/scripts/system/screeno.sh index 5217d70a..e88c5aed 100644 --- a/scripts/system/screeno.sh +++ b/scripts/system/screeno.sh @@ -13,8 +13,8 @@ if [ -z "$app" ]; then exit 1 fi if [ -z "$title" ]; then - title="$app" -#hmmm: we should be sanitizing that guy! don't want a long deal title. + title="$(basename $app)" +#hmmm: we should be sanitizing that guy! don't want a weird title or a dangerous one. fi screen -L -S "$title" -d -m "$app"