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.

31 lines
872 B

7 years ago
7 years ago
7 years ago
7 years ago
  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. new_tab = <Primary>t
  9. split_horiz = <Primary><Shift>e
  10. split_vert = <Primary><Shift>o
  11. [layouts]
  12. [[default]]
  13. [[[child1]]]
  14. parent = window0
  15. type = Terminal
  16. [[[window0]]]
  17. parent = ""
  18. type = Window
  19. [plugins]
  20. [profiles]
  21. [[default]]
  22. background_image = None
  23. copy_on_selection = True
  24. cursor_color = "#b9b9b9"
  25. custom_command = env TERM=xterm-256color bash
  26. font = Noto Mono 10
  27. foreground_color = "#0077ff"
  28. palette = "#000000:#aa0000:#00aa00:#aa5500:#0000aa:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#5555ff:#ff55ff:#55ffff:#ffffff"
  29. scrollbar_position = hidden
  30. use_custom_command = True
  31. use_system_font = False