Guest User

Untitled

a guest
Jun 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. [
  2. // ...whatever else you have set...
  3.  
  4. {
  5. "keys": ["super+alt+6"],
  6. "command": "set_layout",
  7. "args":
  8. {
  9. "cols": [0.0, 0.33, 0.66, 1.0],
  10. "rows": [0.0, 0.5, 1.0],
  11. "cells":
  12. [
  13. [0, 0, 1, 1], [1, 0, 2, 1], [2, 0, 3, 1],
  14. [0, 1, 1, 2], [1, 1, 2, 2], [2, 1, 3, 2]
  15. ]
  16. }
  17. }
  18. ]
Add Comment
Please, Sign In to add comment