Hi,
I'm trying to do a modular config to have different configuration when multiscreen is available:

<code>
-- Set appropriate configuration based on screen numbers
if screen.count() > 1 then
   require("multi_screen")
else
   require("single_screen")
end
</code>

I moved the rules part and all worked fine.

Now I want to specify different tags configuration in multi-screen mode.

I moved the tags definition block inside both files and something strange happened: the keys binding configurations breaks in a strange way: only the client key bindings ( like Mod4+shift+c) and the client buttons bindings (like Mod4+leftclick to move clients) don't work. The global bindings work.

Advices?

Thanks,
Marco.

--
To unsubscribe, send mail to [email protected].

Reply via email to