>>> My configuration is splitted too. In rc.lua add dopath("keybindings.lua") 
>>> and done :)
>>
>> Thanks - brilliant.
>
> but not working as expected - actually not at all.
>
>
> If I put the section:
>
> - -- {{{ Mouse bindings
> root.buttons(awful.util.table.join(
>                awful.button({ }, 3, function () mymainmenu:toggle() end),
>                awful.button({ }, 4, awful.tag.viewnext),
>                awful.button({ }, 5, awful.tag.viewprev)
>                                  ))
> - -- }}}
>
> into the file mousebindings.lua and replace it in rc.lua with
>
>
> dopath("./mousebindings.lua")


Please check the output! Maybe ~/.xsession-errors, maybe in
/var/log/*dm.log or similar. Or post your rc.lua to pastebin and we
will check it.

--
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Reply via email to