Explain default supermode

This commit is contained in:
Davide Depau 2019-12-02 03:24:32 +01:00
parent e1da201734
commit 4559e546e9
Signed by: depau
GPG Key ID: C7D999B6A55EFE86
2 changed files with 3 additions and 1 deletions

View File

@ -64,6 +64,8 @@ Needless to say, unless you're using `none`, the desired GUI back-end needs to b
If you're using WSL and you don't want to use a terminal-based GUI, you need an X11 server such as [VcXsrv](https://sourceforge.net/projects/vcxsrv/).
Otherwise you can use Zenity for Windows.
Default is determined by EasyBashGUI. On GNU/Linux it will pick a GUI dialog that fits with the running desktop environment, falling back to a TUI dialog. On Windows, a TUI dialog will run unless configured.
#### Zenity on Windows
The script includes an experimental wrapper for [native Windows Zenity](https://github.com/maravento/winzenity) on WSL.

2
shcrt
View File

@ -138,7 +138,7 @@ else
fi
run_ssh_entry="Run SSH"
run_sftp_entry="Run SFTP client"
print_details_entry="Print details"
print_details_entry="Print details and exit"
session_path="$(scrt_session_path)"
current_path="."