Commit some forgotten fixes
This commit is contained in:
parent
79db88b26f
commit
fa3c18b4b2
2
init.lua
2
init.lua
|
@ -115,7 +115,7 @@ end
|
|||
function module.tag(direction,swap,max)
|
||||
current_mode = "tag"
|
||||
local c = capi.client.focus
|
||||
module._max.display_tags((c) and c.screen or capi.mouse.screen,direction,c,true,max)
|
||||
module._max.display_tags((c) and c.screen or capi.mouse.screen,direction,c,swap,max)
|
||||
start_loop(swap,max)
|
||||
end
|
||||
|
||||
|
|
|
@ -128,6 +128,9 @@ function module.display(_,dir)
|
|||
init_wiboxes(dir)
|
||||
end
|
||||
module.reload(nil,direction)
|
||||
local ss,opss = capi.client.focus and capi.client.focus.screen or capi.mouse.screen,pss
|
||||
next_screen(ss,dir)
|
||||
module.reload(nil,direction)
|
||||
end
|
||||
|
||||
function module.hide()
|
||||
|
|
Loading…
Reference in New Issue