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.

47 lines
1.4 KiB

  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. go_down = <Primary>j
  9. go_left = <Primary>h
  10. go_right = <Primary>l
  11. go_up = <Primary>k
  12. new_tab = <Primary>t
  13. new_window = <Primary><Shift>n
  14. resize_down = <Primary><Shift>j
  15. resize_left = <Primary><Shift>h
  16. resize_right = <Primary><Shift>l
  17. resize_up = <Primary><Shift>k
  18. split_horiz = <Primary><Shift>i
  19. split_vert = <Primary><Shift>o
  20. [layouts]
  21. [[default]]
  22. [[[child1]]]
  23. parent = window0
  24. type = Terminal
  25. [[[window0]]]
  26. parent = ""
  27. type = Window
  28. [plugins]
  29. [profiles]
  30. [[default]]
  31. background_darkness = 0.89
  32. background_image = None
  33. background_type = transparent
  34. copy_on_selection = True
  35. cursor_color = "#b9b9b9"
  36. custom_command = env TERM=xterm-256color bash
  37. font = Ubuntu Mono 10
  38. foreground_color = "#0077ff"
  39. palette = "#000000:#aa0000:#00aa00:#aa5500:#0000aa:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#5555ff:#ff55ff:#55ffff:#ffffff"
  40. scrollbar_position = hidden
  41. use_custom_command = True
  42. use_system_font = False
  43. [[light]]
  44. background_color = "#fdf6e3"
  45. background_image = None
  46. foreground_color = "#657b83"
  47. palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#002b36:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"