|
From: Thomas K. <tk...@gi...> - 2012-04-19 13:34:26
|
On Thu, Apr 19, 2012 at 03:02:07PM +0200, Philipp Hartwig wrote:
> Great. Maybe we should change the default cfg_notion.lua and remove all the
> dopaths other than the one to cfg_default.lua, while mentioning in a comment
> that this is the file to modify if one wants change which modules are loaded.
Please do that.
> Sounds like the xinerama_switcher script from the scripts collection[1] (also
> shipped with Notion in the contrib/scripts folder) does what you want. I
> haven't tried it though.
Hm, doesn't look like it, or I don't know how to use it.
I trued something else in my .notion/cfg_defaults.lua:
defbindings("WFrame", {
bdoc("Go to next screen on multihead setup."),
kpress(META.."Tab", "ioncore.goto_next_screen()"),
})
(also with WScreen instead of WFrame) but it didn't work. What did I do wrong there?
Thanks,
Thomas
|