Remove preset superdialog mode
This commit is contained in:
parent
46550793c6
commit
f37d145444
1 changed files with 4 additions and 1 deletions
5
shcrt
5
shcrt
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue