i3.json 939 B

12345678910111213141516171819202122232425
  1. {
  2. "keybinding-rotation": "",
  3. "keybinding-resize": "<Super>r",
  4. "keybinding-move": "",
  5. "keybinding-close": "<Super><Shift>q",
  6. "keybinding-search": "<Control><Alt>b",
  7. "keybinding-open-settings": "<Control><Super>g",
  8. "keybinding-maximize": "<Super>f",
  9. "keybinding-move-left": "<Super><Shift>j",
  10. "keybinding-move-right": "<Super><Shift>semicolon",
  11. "keybinding-move-top": "<Super><Shift>l",
  12. "keybinding-move-bottom": "<Super><Shift>k",
  13. "keybinding-resize-left": "",
  14. "keybinding-resize-right": "",
  15. "keybinding-resize-top": "",
  16. "keybinding-resize-bottom": "",
  17. "keybinding-next-monitor": "",
  18. "keybinding-next-workspace": "",
  19. "keybinding-previous-workspace": "",
  20. "keybinding-focus": "<Super>space",
  21. "keybinding-focus-left": "<Super>j",
  22. "keybinding-focus-right": "<Super>semicolon",
  23. "keybinding-focus-top": "<Super>l",
  24. "keybinding-focus-bottom": "<Super>k"
  25. }