09/03/17 21:20:24 peU4IgeC
>>73
遅レスだけど、min_tab.luaで〈empty frame〉のタブが残らない方法。
以下のコードのWMPlex.mx_count(fp) < 2 に変えるだけ、
rgって変数を残すとエラーになるんでコメントにする。
これで、フレーム内でアプリを複数起動してる時だけタブが出る
-- Assume the tabbar should be shown.
local show_bar = true
if WMPlex.mx_count(fp) < 2 then
-- local rg = fp:mx_nth(0)
-- if not rg:is_tagged() then
show_bar = false
-- end
end