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.

26 lines
733 B

7 years ago
7 years ago
7 years ago
7 years ago
  1. [global_config]
  2. title_font = Noto Sans 10
  3. title_transmit_bg_color = "#3d3d3d"
  4. [keybindings]
  5. close_term = <Primary><Shift>w
  6. [layouts]
  7. [[default]]
  8. [[[child1]]]
  9. parent = window0
  10. type = Terminal
  11. [[[window0]]]
  12. parent = ""
  13. type = Window
  14. [plugins]
  15. [profiles]
  16. [[default]]
  17. background_image = None
  18. copy_on_selection = True
  19. cursor_color = "#b9b9b9"
  20. custom_command = env TERM=xterm-256color bash
  21. font = Noto Mono 10
  22. foreground_color = "#0077ff"
  23. palette = "#000000:#aa0000:#00aa00:#aa5500:#0000aa:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#5555ff:#ff55ff:#55ffff:#ffffff"
  24. scrollbar_position = hidden
  25. use_custom_command = True
  26. use_system_font = False