hs.tiling
                                
                                 hs.tiling copied to clipboard
                                
                                    hs.tiling copied to clipboard
                            
                            
                            
                        cycle & promote don't work
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?
I'm afraid I stopped using this plugin, as I switched to using kwm as my tiling window manager.