On 08-10-12 19:01, David F wrote:
> If I understand you correctly, by "on top" you mean "keyboard
> focus," and "show" means a onscreen visual cue -- try this in your
> theme file to put a green border around the focused window, it works
> well for me:
No, I mean when I press Mod4+t, in rc.lua is:
"awful.key({ modkey,}, "t", function (c) c.ontop = not c.ontop end), "-- To unsubscribe, send mail to [email protected].
