Merge branch 'master' of ssh://github.com/haaksmash/dotfiles

This commit is contained in:
Haak Saxberg 2016-02-03 18:05:04 -08:00
commit 4efc65176d
3 changed files with 19 additions and 13 deletions

View file

@ -18,8 +18,8 @@ hotkey.bind(mash, "j", function() tiling.cycle(1) end)
hotkey.bind(mash, "k", function() tiling.cycle(-1) end)
hotkey.bind(mash, "space", function() tiling.promote() end)
hotkey.bind(mash, "f", function() tiling.goToLayout("fullscreen") end)
hotkey.bind(mash, "f", function() tiling.goToLayout("fullscreen") end)
hotkey.bind(mash, "r", function() tiling.goToLayout("main-vertical") end)
hotkey.bind(mash, "r", function() tiling.goToLayout("rows") end)
hotkey.bind(mash, "t", function() tiling.goToLayout("main-vertical") end)
hotkey.bind(mash, "c", function() tiling.goToLayout("columns") end)
-----------------------------------------------