Skip to content

How to make Help Menu not take up whole screen view? #669

Answered by sayanarijit
frixaco asked this question in Q&A
Discussion options

You must be logged in to vote
for name, mode in pairs(xplr.config.modes.builtin) do
  if mode.layout == "HelpMenu" then
    mode.layout = nil
  end
end

-- same for xplr.config.modes.custom

Something like this should work... typed on mobile, so there could be typos.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@frixaco
Comment options

Answer selected by frixaco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants