So awful.client.jumpto let's you pass a second argument, 'merge' (apart from the client to jumpto, 'c'), which if true selects c's tag as well. Underneath, all it does is:
local t = c:tags()[1]
t.selected = true
Now, can I somehow undo it, i.e, unselect 't'?
awful.tag.history.restore doesn't seem to take care of this.
--
Anurag Priyam
--
To unsubscribe, send mail to [email protected].
