Re: Vicious gmail widget

2012-02-13 Thread Nicolas G. Querol
Many thanks for the pointers, I will give it a try tomorrow and see if I can do it myself. Otherwise you will be the first to know! > Le dimanche 12 févr. 2012 à 02:23:55 (+0100), Adrian C. a écrit : > > On Sat, 11 Feb 2012, Nicolas G. Querol wrote: > > > > > > Does it appear before tag? In w

Re: How to bind "switch to most recently viewed tag"

2012-02-13 Thread Петр Вытовтов
dodo, thanks! Good feature. On 13 Feb 2012 14:13, "dodo" wrote: i modded my modkey+number behavior as well: awful.key({ modkey }, "#" .. i + 9, function () local screen = mouse.screen if tags[screen][i].selected then

Re: How to bind "switch to most recently viewed tag"

2012-02-13 Thread dodo
i modded my modkey+number behavior as well:     awful.key({ modkey }, "#" .. i + 9,               function ()                     local screen = mouse.screen                     if tags[screen][i].selected then                         return awful.tag.history.restore()                     end