Merge branch 'master' of ssh://github.com/haaksmash/dotfiles
This commit is contained in:
commit
4efc65176d
3 changed files with 19 additions and 13 deletions
|
|
@ -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)
|
||||
|
||||
-----------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue