hs.tiling icon indicating copy to clipboard operation
hs.tiling copied to clipboard

cycle & promote don't work

Open rakanalh opened this issue 8 years ago • 1 comments

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?

rakanalh avatar Dec 02 '16 13:12 rakanalh

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

dsanson avatar Dec 21 '16 04:12 dsanson