Closed gdott9 closed 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.
tried this code out and it worked perfectly. Thanks a lot!
Hello,
It seems that the function called at line 346 of init.lua unfocus the client
The only way I see right now to correct issue #15 is to restore previously focused client after this line.