From f37d145444fe22e40f63c30c5d515e09a1cb2378 Mon Sep 17 00:00:00 2001 From: Davide Depau Date: Mon, 9 Sep 2019 16:42:32 +0200 Subject: [PATCH] Remove preset superdialog mode --- shcrt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shcrt b/shcrt index 36d8677..7fef40b 100755 --- a/shcrt +++ b/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"