Last active
November 24, 2017 16:06
-
-
Save ansrivas/b67fbe10ba9a71b203ad to your computer and use it in GitHub Desktop.
my-terminator-configs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #vim ~/.config/terminator/config | |
| #add following | |
| [global_config] | |
| enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler | |
| inactive_color_offset = 1.0 | |
| [keybindings] | |
| copy = <Primary>c | |
| cycle_next = <Shift>Tab | |
| new_tab = <Primary><Shift>t | |
| next_tab = <Primary>Tab | |
| paste = <Primary>v | |
| [layouts] | |
| [[default]] | |
| [[[child0]]] | |
| fullscreen = False | |
| last_active_term = a7a6ecab-ca88-4f5e-93ad-d8b5dd2df45c | |
| last_active_window = True | |
| maximised = True | |
| order = 0 | |
| parent = "" | |
| position = 1985:24 | |
| size = 2495, 1416 | |
| title = ankur-thinkpad | |
| type = Window | |
| [[[child1]]] | |
| order = 0 | |
| parent = child0 | |
| position = 705 | |
| ratio = 0.5 | |
| type = VPaned | |
| [[[terminal2]]] | |
| order = 0 | |
| parent = child1 | |
| profile = Elementary | |
| type = Terminal | |
| uuid = a7a6ecab-ca88-4f5e-93ad-d8b5dd2df45c | |
| [[[terminal3]]] | |
| order = 1 | |
| parent = child1 | |
| profile = Elementary | |
| type = Terminal | |
| uuid = 4934511f-f9e7-45e8-a872-8546a61141a7 | |
| [plugins] | |
| [profiles] | |
| [[default]] | |
| background_color = "#300a24" | |
| background_darkness = 0.94 | |
| background_image = None | |
| font = Source Code Pro 14 | |
| foreground_color = "#ffffff" | |
| palette = "#000000:#cd0000:#00cd00:#cdcd00:#0000ee:#cd00cd:#00cdcd:#e5e5e5:#7f7f7f:#ff0000:#00ff00:#ffff00:#5c5cff:#ff00ff:#00ffff:#ffffff" | |
| scroll_on_output = False | |
| scrollback_infinite = True | |
| use_system_font = False | |
| [[Elementary]] | |
| background_color = "#181818" | |
| background_image = None | |
| cursor_color = "#bbbbbb" | |
| font = Source Code Pro 14 | |
| foreground_color = "#efefef" | |
| palette = "#242424:#d71c15:#5aa513:#fdb40c:#063b8c:#e40038:#2595e1:#efefef:#4b4b4b:#fc1c18:#6bc219:#fec80e:#0955ff:#fb0050:#3ea8fc:#8c00ec" | |
| scrollback_infinite = True | |
| use_system_font = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment