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.

41 lines
1.2 KiB

  1. [global_config]
  2. borderless = True
  3. focus = mouse
  4. inactive_color_offset = 1.0
  5. tab_position = hidden
  6. title_font = Hack 10
  7. title_hide_sizetext = True
  8. title_transmit_bg_color = "#3d3d3d"
  9. title_use_system_font = False
  10. [keybindings]
  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_darkness = 0.94
  23. background_image = None
  24. background_type = transparent
  25. copy_on_selection = True
  26. cursor_color = "#b9b9b9"
  27. custom_command = env TERM=xterm-256color bash
  28. font = Hack 11
  29. foreground_color = "#0077ff"
  30. icon_bell = False
  31. palette = "#000000:#aa0000:#00aa00:#aa5500:#0000aa:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#5555ff:#ff55ff:#55ffff:#ffffff"
  32. scrollback_infinite = True
  33. scrollbar_position = hidden
  34. show_titlebar = False
  35. use_custom_command = True
  36. use_system_font = False
  37. [[light]]
  38. background_color = "#fdf6e3"
  39. background_image = None
  40. foreground_color = "#657b83"
  41. palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"