lain/util
Shubham Pawar 284a4b61a5 Better implementation of tag_view_nonempty
The Problem:
The issue will current implementation is that it goes to next tag and
stops only if clients on that tag are more than 0.
So now consider a scenario we have clients on *tag 1,2,5*

With the current implementation if we are on tag 2 and call
lain.util.tag_view_nonempty(1) and then call
awful.tag.history.restore() It will take us to tag 4 instead of tag 2.

This PR solves the problem
2021-08-22 07:48:09 +05:30
..
dkjson.lua Fix various luacheck warnings 2020-11-30 00:58:47 +03:00
init.lua Better implementation of tag_view_nonempty 2021-08-22 07:48:09 +05:30
markup.lua util.markup: fixed typos 2018-10-28 12:43:54 +00:00
menu_iterator.lua Fix various luacheck warnings 2020-11-30 00:58:47 +03:00
quake.lua #474: remove remaining 9 warnings 2020-11-30 14:58:27 +00:00
separators.lua Allow transparency in util.seperators 2020-12-29 15:51:23 +01:00