summaryrefslogtreecommitdiffstats
path: root/abs/core/wmaker_settings/GNUstep/Library/WindowMaker/autostart
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-12-09 17:18:27 (GMT)
committerCecil <knoppmyth@gmail.com>2011-12-09 17:18:27 (GMT)
commitc034db2c880091379f7e58c2938a9689d78fbaa9 (patch)
tree8a074205a2f3bf6ee7fb5945c53e1a1618d41973 /abs/core/wmaker_settings/GNUstep/Library/WindowMaker/autostart
parent73b42144585c603fc64e7b1d6a126ceb7c486870 (diff)
parentb0c5755ade92ee5b76a6d56248e64254876bc931 (diff)
downloadlinhes_pkgbuild-c034db2c880091379f7e58c2938a9689d78fbaa9.zip
linhes_pkgbuild-c034db2c880091379f7e58c2938a9689d78fbaa9.tar.gz
linhes_pkgbuild-c034db2c880091379f7e58c2938a9689d78fbaa9.tar.bz2
Merge branch 'testing' of ssh://cesman@linhes.org/mount/repository/linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/wmaker_settings/GNUstep/Library/WindowMaker/autostart')
-rw-r--r--abs/core/wmaker_settings/GNUstep/Library/WindowMaker/autostart18
1 files changed, 18 insertions, 0 deletions
diff --git a/abs/core/wmaker_settings/GNUstep/Library/WindowMaker/autostart b/abs/core/wmaker_settings/GNUstep/Library/WindowMaker/autostart
new file mode 100644
index 0000000..9cb23ff
--- /dev/null
+++ b/abs/core/wmaker_settings/GNUstep/Library/WindowMaker/autostart
@@ -0,0 +1,18 @@
+#!/bin/sh
+#
+# Place applications to be executed when WindowMaker is started here.
+# This should only be used for non-X applications or applications that
+# do not support session management. Other applications should be restarted
+# by the WindowMaker session restoring mechanism. For that, you should
+# either set SaveSessionOnExit=YES or select "Save Session" in the Workspace
+# submenu of the root menu when all applications you want started are
+# running.
+#
+# WindowMaker will wait until this script finishes, so if you run any
+# commands that take long to execute (like a xterm), put a ``&'' in the
+# end of the command line.
+#
+# This file must be executable.
+#
+xset m 20/10 4
+