Explain default supermode
This commit is contained in:
parent
e1da201734
commit
4559e546e9
2 changed files with 3 additions and 1 deletions
|
@ -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
2
shcrt
|
@ -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="."
|
||||
|
|
Loading…
Reference in a new issue