|
of the app with multiplescreens instead of having a separate app for each screen. It worksbetter if there is only one instance of the quake object, i.e. local quake = lain.util.quake({onlyone=true})and awful.key({ modkey, }, "z", function () quake:toggle() end),
|