Remove preset superdialog mode

This commit is contained in:
Davide Depau 2019-09-09 16:42:32 +02:00
parent 46550793c6
commit f37d145444
Signed by: depau
GPG Key ID: C7D999B6A55EFE86
1 changed files with 4 additions and 1 deletions

5
shcrt
View File

@ -1,6 +1,9 @@
#!/bin/bash
############ Script config #############
## Config can also be placed in ~/.shcrtrc
source ~/.shcrtrc
## GUI mode
#
# Console based:
@ -11,7 +14,7 @@
# yad, gtkdialog, kdialog, Xdialog - GNU/Linux only
# zenity - Windows port available, doesn't work very well because Microsoft is a little bitch and
# argument passing between Linux and Windows doesn't work well.
export supermode="zenity"
#export supermode="zenity"
## Emojis - auto, yes, no
export emojis="auto"