Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

cycle & promote don't work #6

@rakanalh

Description

@rakanalh

Hello,

I just installed the plugin and bound it as follows:

k = hs.hotkey.modal.new({}, "F17")

--- Tiling
k:bind({}, "c", nil, function() tiling.cycleLayout() end)
k:bind({}, "j", nil, function() tiling.cycle(1) end)
k:bind({}, "k", nil, function() tiling.cycle(-1) end)
k:bind({}, "space", nil, function() tiling.promote() end)
k:bind({}, "f", nil, function() tiling.goToLayout("fullscreen") end)

At the moment, only c & f work. j,k and space don't although i have multiple windows open in main-vertical layout. Is something missing in my config?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions