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

cycle & promote don't work #6

Open
rakanalh opened this issue Dec 2, 2016 · 1 comment
Open

cycle & promote don't work #6

rakanalh opened this issue Dec 2, 2016 · 1 comment

Comments

@rakanalh
Copy link

rakanalh commented Dec 2, 2016

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?

@dsanson
Copy link
Owner

dsanson commented Dec 21, 2016

I'm afraid I stopped using this plugin, as I switched to using kwm as my tiling window manager.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants