master
Daniel Napora 2022-12-11 14:09:51 +01:00
parent 96e5ca6a22
commit 23ad1ea97c
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ savesession() {
if [ -n "$1" ]; then
filename="$1"
else
filename=$(yad --center --title "$SAVE_AS" --entry --entry-label="$SESSNAME" --entry-text="$SESSNAME") || exit 1
filename=$(yad --center --width=300 --title "$SAVE_AS" --entry --entry-label="$SESSNAME" --entry-text="$SESSNAME") || exit 1
fi
windows=()
@ -130,7 +130,7 @@ overwrite() {
}
listsessions() {
ls -1 ${SESSIONDIR}/*.desk
ls -1 ${SESSIONDIR}| grep .desk
}
usage() {