aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kiosk.cfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/kiosk.cfg b/kiosk.cfg
index fc0299f..05e7e9a 100644
--- a/kiosk.cfg
+++ b/kiosk.cfg
@@ -2,6 +2,10 @@
#HideMain True
HideMain False
+# if main Window is not hidden, we can force a geometry to it
+#GeometryMain "500x400+20+50"
+
+
# by default, only initially opened PatchWindows are KIOSKed
# you can apply KIOSK settings to new windows, if you set the following to "True"
#KioskNewWindow False
@@ -35,7 +39,7 @@ QuitOnClose False
#HidePopup True
HidePopup False
-# prevent all special key-bindings (e.g. Control-W for close)
+# prevent special key-bindings (e.g. Control-Q for close)
# ordinary key-bindings are still allowed to allow users to type
#QuitBinding False
QuitBinding True