aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2013-04-18 18:53:14 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2013-04-18 18:53:14 +0000
commit45513199abbc861bfa62a3a162cf0bf536d811a3 (patch)
tree88a08378c7f7be4a067f8b58c7ef2f9d0b5dbc0b
parent2b50da2ed5c4f26c2399b4438973ac03fa25b912 (diff)
updated example config
svn path=/trunk/guiplugins/kiosk-plugin/; revision=17097
-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