openbsd-ports/x11/ion/patches/patch-etc_cfg_ion_lua
2006-03-19 17:36:41 +00:00

15 lines
387 B
Plaintext

$OpenBSD: patch-etc_cfg_ion_lua,v 1.2 2006/03/19 17:36:41 pedro Exp $
--- etc/cfg_ion.lua.orig Fri Mar 17 16:43:04 2006
+++ etc/cfg_ion.lua Sun Mar 19 11:14:54 2006
@@ -54,5 +54,10 @@ dopath("cfg_modules")
--dopath("mod_dock")
--dopath("mod_sp")
+-- Load workspace nesting stuff.
+dopath("detach")
+dopath("nest-ws")
+detach.setup_hooks()
+
-- Deprecated.
dopath("cfg_user", true)