Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
997 B

  1. [global_config]
  2. inactive_color_offset = 1.0
  3. title_font = Noto Sans 10
  4. title_transmit_bg_color = "#3d3d3d"
  5. [keybindings]
  6. close_term = <Primary>w
  7. cycle_next = <Shift>Tab
  8. go_down = <Primary>j
  9. go_left = <Primary>h
  10. go_right = <Primary>l
  11. go_up = <Primary>k
  12. new_tab = <Primary>t
  13. new_window = <Primary><Shift>n
  14. split_horiz = <Primary><Shift>i
  15. split_vert = <Primary><Shift>o
  16. [layouts]
  17. [[default]]
  18. [[[child1]]]
  19. parent = window0
  20. type = Terminal
  21. [[[window0]]]
  22. parent = ""
  23. type = Window
  24. [plugins]
  25. [profiles]
  26. [[default]]
  27. background_image = None
  28. copy_on_selection = True
  29. cursor_color = "#b9b9b9"
  30. custom_command = env TERM=xterm-256color bash
  31. font = Monospace 8.5
  32. foreground_color = "#0077ff"
  33. palette = "#000000:#aa0000:#00aa00:#aa5500:#0000aa:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#5555ff:#ff55ff:#55ffff:#ffffff"
  34. scrollbar_position = hidden
  35. use_custom_command = True
  36. use_system_font = False