Created
June 3, 2019 10:07
-
-
Save tioxy/7bf74063e78d23fe4eee32ff21b0de2f to your computer and use it in GitHub Desktop.
~/.config/terminator/config
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
[global_config] | |
always_split_with_profile = True | |
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler | |
window_state = maximise | |
[keybindings] | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
parent = window0 | |
profile = default | |
type = Terminal | |
[[[window0]]] | |
parent = "" | |
type = Window | |
[plugins] | |
[profiles] | |
[[default]] | |
background_darkness = 0.85 | |
background_type = transparent | |
copy_on_selection = True | |
cursor_blink = False | |
cursor_color = "#aaaaaa" | |
palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec" | |
scrollback_infinite = True | |
show_titlebar = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment