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.

45 lines
1.3 KiB

  1. [global_config]
  2. borderless = True
  3. focus = mouse
  4. hide_from_taskbar = True
  5. inactive_color_offset = 1.0
  6. title_font = Hack 10
  7. title_transmit_bg_color = "#3d3d3d"
  8. title_use_system_font = False
  9. [keybindings]
  10. [layouts]
  11. [[default]]
  12. [[[child1]]]
  13. parent = window0
  14. type = Terminal
  15. [[[window0]]]
  16. parent = ""
  17. type = Window
  18. [plugins]
  19. [profiles]
  20. [[default]]
  21. background_darkness = 0.79
  22. background_image = None
  23. background_type = transparent
  24. copy_on_selection = True
  25. cursor_color = "#b9b9b9"
  26. custom_command = env TERM=xterm-256color bash
  27. font = Hack 10
  28. foreground_color = "#0077ff"
  29. palette = "#000000:#aa0000:#00aa00:#aa5500:#0000aa:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#5555ff:#ff55ff:#55ffff:#ffffff"
  30. scrollback_infinite = True
  31. scrollbar_position = hidden
  32. show_titlebar = False
  33. use_system_font = False
  34. [[light]]
  35. background_color = "#fdf6e3"
  36. background_darkness = 0.89
  37. background_image = None
  38. background_type = transparent
  39. font = Hack 10
  40. foreground_color = "#657b83"
  41. palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
  42. scrollback_infinite = True
  43. scrollbar_position = hidden
  44. show_titlebar = False
  45. use_system_font = False