Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. # This is the default .slate file.
  2. # If no ~/.slate file exists this is the file that will be used.
  3.  
  4. config defaultToCurrentScreen true
  5. config nudgePercentOf screenSize
  6. config resizePercentOf screenSize
  7.  
  8. # Resize Bindings
  9. bind right:alt resize +10% +0
  10. bind left:alt resize -10% +0
  11. bind up:alt resize +0 -10%
  12. bind down:alt resize +0 +10%
  13. bind right:ctrl;alt resize -10% +0 bottom-right
  14. bind left:ctrl;alt resize +10% +0 bottom-right
  15. bind up:ctrl;alt resize +0 +10% bottom-right
  16. bind down:ctrl;alt resize +0 -10% bottom-right
  17.  
  18. # Push Bindings
  19. bind right:ctrl;cmd push right bar-resize:screenSizeX/3
  20. bind left:ctrl;cmd push left bar-resize:screenSizeX/3
  21. bind up:ctrl;cmd push up bar-resize:screenSizeY/2
  22. bind down:ctrl;cmd push down bar-resize:screenSizeY/2
  23.  
  24. # Nudge Bindings
  25. bind right:shift;alt nudge +10% +0
  26. bind left:shift;alt nudge -10% +0
  27. bind up:shift;alt nudge +0 -10%
  28. bind down:shift;alt nudge +0 +10%
  29.  
  30. # Throw Bindings
  31. bind 1:ctrl;alt throw 0 resize
  32. bind 2:ctrl;alt throw 1 resize
  33. bind 3:ctrl;alt throw 2 resize
  34. bind right:ctrl;alt;cmd throw right resize
  35. bind left:ctrl;alt;cmd throw left resize
  36. bind up:ctrl;alt;cmd throw up resize
  37. bind down:ctrl;alt;cmd throw down resize
  38.  
  39. # Focus Bindings
  40. bind right:cmd focus right
  41. bind left:cmd focus left
  42. bind up:cmd focus up
  43. bind down:cmd focus down
  44. bind up:cmd;alt focus behind
  45. bind down:cmd;alt focus behind
  46.  
  47. # Window Hints
  48. bind esc:cmd hint
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement