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
1013 B

7 years ago
7 years ago
7 years ago
  1. [global_config]
  2. inactive_color_offset = 1.0
  3. suppress_multiple_term_dialog = True
  4. title_font = Noto Sans 10
  5. title_transmit_bg_color = "#3d3d3d"
  6. [keybindings]
  7. close_term = <Primary>w
  8. cycle_next = <Shift>Tab
  9. go_down = <Primary>Down
  10. go_left = <Primary>Left
  11. go_right = <Primary>Right
  12. go_up = <Primary>Up
  13. new_tab = <Primary>t
  14. split_horiz = <Primary><Shift>e
  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 13
  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