Last active
February 4, 2024 06:20
-
-
Save heethesh/053a0b4b7033f27141d293c790a80abc to your computer and use it in GitHub Desktop.
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] | |
dbus = False | |
focus = system | |
handle_size = 4 | |
inactive_color_offset = 1.0 | |
inactive_bg_color_offset = 0.6 | |
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler | |
suppress_multiple_term_dialog = True | |
[keybindings] | |
[profiles] | |
[[default]] | |
background_color = "#272822" | |
background_darkness = 0.9 | |
background_type = transparent | |
font = Ubuntu Mono 12 | |
foreground_color = "#f8f8f2" | |
show_titlebar = False | |
scrollback_lines = 10000 | |
scrollback_infinite = True | |
palette = "#272822:#f92672:#a6e22e:#e6db74:#66d9ef:#ae81ff:#fd971f:#f8f8f2:#282925:#f92672:#a6e22e:#e6db74:#66d9ef:#ae81ff:#fd971f:#f8f8f2" | |
use_system_font = False | |
copy_on_selection = True | |
[layouts] | |
[[default]] | |
[[[child1]]] | |
parent = window0 | |
profile = default | |
type = Terminal | |
[[[window0]]] | |
parent = "" | |
size = 929, 550 | |
type = Window | |
[plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment