bioe007 / awesome-shifty

Dynamic tagging library for awesome window manager
62 stars 29 forks source link

Restore previously focused client (issue #15) #16

Closed gdott9 closed 11 years ago

gdott9 commented 11 years ago

Hello,

It seems that the function called at line 346 of init.lua unfocus the client

 -- set tag properties and push the new tag table
capi.screen[scr]:tags(tags)

The only way I see right now to correct issue #15 is to restore previously focused client after this line.

ghost commented 11 years ago

Hello,

tried this code out and it worked perfectly. Thanks a lot!