conflict resolution
This commit is contained in:
parent
eeb0c7bd5d
commit
516bd2ee85
2
init.lua
2
init.lua
|
@ -300,7 +300,7 @@ function revelation.expose_callback(t, zt, clientlist)
|
|||
hintindex = {}
|
||||
for i,thisclient in pairs(clientlist) do
|
||||
-- Move wiboxes to center of visible windows and populate hintindex
|
||||
local char = charorder:sub(i,i)
|
||||
local char = revelation.charorder:sub(i,i)
|
||||
if char and char ~= '' then
|
||||
hintindex[char] = thisclient
|
||||
hintbox_pos(char)
|
||||
|
|
Loading…
Reference in New Issue