Advertisement
shameerpbin

Terminator Four Windows

Nov 6th, 2022 (edited)
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.39 KB | None | 0 0
  1. [global_config]
  2.   enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
  3.   suppress_multiple_term_dialog = False
  4. [keybindings]
  5.   switch_to_tab_1 = <Primary>1
  6.   switch_to_tab_2 = <Primary>2
  7. [layouts]
  8.   [[default]]
  9.     [[[child0]]]
  10.       fullscreen = False
  11.       last_active_window = True
  12.       maximised = True
  13.       order = 0
  14.       parent = ""
  15.       position = 65:24
  16.       size = 1535, 876
  17.       type = Window
  18.     [[[child1]]]
  19.       order = 0
  20.       parent = child0
  21.       position = 764
  22.       ratio = 0.499674267101
  23.       type = HPaned
  24.     [[[child2]]]
  25.       order = 0
  26.       parent = child1
  27.       position = 435
  28.       ratio = 0.5
  29.       type = VPaned
  30.     [[[child5]]]
  31.       order = 1
  32.       parent = child1
  33.       position = 435
  34.       ratio = 0.5
  35.       type = VPaned
  36.     [[[terminal3]]]
  37.       order = 0
  38.       parent = child2
  39.       profile = default
  40.       type = Terminal
  41.     [[[terminal4]]]
  42.       order = 1
  43.       parent = child2
  44.       profile = default
  45.       type = Terminal
  46.     [[[terminal6]]]
  47.       order = 0
  48.       parent = child5
  49.       profile = default
  50.       type = Terminal
  51.     [[[terminal7]]]
  52.       order = 1
  53.       parent = child5
  54.       profile = default
  55.       type = Terminal
  56. [plugins]
  57. [profiles]
  58.   [[default]]
  59.     background_color = "#300a24"
  60.     cursor_color = "#ffffff"
  61.     foreground_color = "#ffffff"
  62.     scrollback_infinite = True
  63.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement