]> git.draconx.ca Git - fvwmconf.git/blobdiff - multiscreen
Split the .fvwm directory into global, common, and host-specific subdirectories.
[fvwmconf.git] / multiscreen
diff --git a/multiscreen b/multiscreen
deleted file mode 100644 (file)
index 97015cc..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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]