openbsd-ports/x11/ion/patches/patch-etc_cfg_ion_lua
pedro 1fb9aa3b6a Add and load the workspace nesting code by default. Leave the status bar
untouched, since there are quite a few people using it.
2005-09-29 22:19:39 +00:00

16 lines
515 B
Plaintext

$OpenBSD: patch-etc_cfg_ion_lua,v 1.1 2005/09/29 22:19:39 pedro Exp $
--- etc/cfg_ion.lua.orig Sat Aug 20 08:33:49 2005
+++ etc/cfg_ion.lua Thu Sep 29 18:20:00 2005
@@ -57,6 +57,11 @@ dopath("cfg_bindings")
-- Define some menus (mod_menu required)
dopath("cfg_menus")
+-- Load workspace nesting stuff.
+dopath("detach")
+dopath("nest-ws")
+detach.setup_hooks()
+
-- Load additional user configuration. 'true' as second parameter asks
-- Ion not to complain if the file is not found.
dopath("cfg_user", true)