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.

37 lines
1.1 KiB

  1. [global_config]
  2. borderless = True
  3. focus = mouse
  4. inactive_color_offset = 1.0
  5. tab_position = hidden
  6. title_font = Noto Sans 10
  7. title_hide_sizetext = True
  8. title_transmit_bg_color = "#3d3d3d"
  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.88
  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 = Ubuntu Mono 11
  28. foreground_color = "#0077ff"
  29. palette = "#000000:#aa0000:#00aa00:#aa5500:#0000aa:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#5555ff:#ff55ff:#55ffff:#ffffff"
  30. scrollbar_position = hidden
  31. use_custom_command = True
  32. use_system_font = False
  33. [[light]]
  34. background_color = "#fdf6e3"
  35. background_image = None
  36. foreground_color = "#657b83"
  37. palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"