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.

42 lines
1.2 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. edit_window_title = <Alt>r
  9. go_down = <Primary>j
  10. go_left = <Primary>h
  11. go_right = <Primary>l
  12. go_up = <Primary>k
  13. new_tab = <Primary>t
  14. new_window = <Primary><Shift>n
  15. next_tab = <Primary>End
  16. prev_tab = <Primary>Home
  17. resize_down = <Primary><Shift>j
  18. resize_left = <Primary><Shift>h
  19. resize_right = <Primary><Shift>l
  20. resize_up = <Primary><Shift>k
  21. split_horiz = <Primary><Shift>i
  22. split_vert = <Primary><Shift>o
  23. [layouts]
  24. [[default]]
  25. [[[child1]]]
  26. parent = window0
  27. type = Terminal
  28. [[[window0]]]
  29. parent = ""
  30. type = Window
  31. [plugins]
  32. [profiles]
  33. [[default]]
  34. background_image = None
  35. copy_on_selection = True
  36. cursor_color = "#b9b9b9"
  37. custom_command = env TERM=xterm-256color bash
  38. font = Monospace 11
  39. foreground_color = "#0077ff"
  40. palette = "#000000:#aa0000:#00aa00:#aa5500:#0000aa:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#5555ff:#ff55ff:#55ffff:#ffffff"
  41. use_custom_command = True
  42. use_system_font = False