]> git.draconx.ca Git - fvwmconf.git/blobdiff - global/multiscreen
Split the .fvwm directory into global, common, and host-specific subdirectories.
[fvwmconf.git] / global / multiscreen
diff --git a/global/multiscreen b/global/multiscreen
new file mode 100644 (file)
index 0000000..97015cc
--- /dev/null
@@ -0,0 +1,15 @@
+# Some handy stuff for working with multiple screens.  Include before anyone
+# uses these features.
+
+DestroyFunc InitFunction_Screen$[screen]
+DestroyFunc StartFunction_Screen$[screen]
+DestroyFunc ExitFunction_Screen$[screen]
+
+AddToFunc InitFunction
++ I InitFunction_Screen$[screen]
+
+AddToFunc StartFunction
++ I StartFunction_Screen$[screen]
+
+AddToFunc ExitFunction
++ I ExitFunction_Screen$[screen]