From 4cea186907bf81c9e5598f1098b09d056148f076 Mon Sep 17 00:00:00 2001 From: zenobit Date: Thu, 30 Mar 2023 10:05:32 +0200 Subject: [PATCH] yad bigger windows --- dh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dh b/dh index 0479c17..e17afbe 100755 --- a/dh +++ b/dh @@ -160,7 +160,7 @@ EOF } function set_dir() { - NEWDIR="$(yad --file --directory --title="Where to save VMs?")" + NEWDIR="$(yad --width=900 --height=900 --file --directory --title="Where to save VMs?")" VMS_DIR="$NEWDIR" echo "VMS_DIR=\"$VMS_DIR\" export \"VMS_DIR\"" >> "$DH_CONFIG" @@ -431,7 +431,7 @@ Choose other language" | fzf --cycle) # more function isos_to_dir() { - yad --file --directory > target + yad --width=900 --height=900 --file --directory > target cd "$VMS_DIR" || exit 1 # shellcheck disable=2154 cp ./*glob*/*.iso "$target"