I would like to set up a mouse click on slave and key combo to swap slave
with master, basically like CTRL-Mod4-Enter does with keys, I have tried
several combinations with no-luck.
This is where I am putting it (last entry) excuse the line numbers. Is this
the proper place for this? I would like mouse button 1 if I can but the mod
key is not that important. Any suggestions ?

thanks in advance.

--jerry

 clientbuttons = awful.util.table.join(
373     awful.button({ }, 1, function (c) client.focus = c; c:raise() end),
374     awful.button({ modkey }, 1, awful.mouse.client.move),
375     awful.button({ modkey }, 3, awful.mouse.client.resize)),
376     awful.button({ "F2" }, 3, function (c)
c:swap(awful.client.getmaster()) end)

-- 

Gerald Klein DBA****

contac...@geraldklein.com

www.geraldklein.com <http://geraldklein.com/>****

j...@zognet.com****

708-599-0352****


Linux registered user #548580

Reply via email to