Last active
June 18, 2025 10:27
-
-
Save rishi23root/171448783c84ca50e3d26e123493c6ec to your computer and use it in GitHub Desktop.
terminator config - ~/.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] | |
inactive_color_offset = 0.6666666666666666 | |
suppress_multiple_term_dialog = True | |
[keybindings] | |
zoom_in = <Primary>equal | |
zoom_out = <Primary>minus | |
split_horiz = <Primary><Shift>Up | |
split_vert = <Primary><Shift>Right | |
resize_up = <Primary><Shift><Alt>Up | |
resize_down = <Primary><Shift><Alt>Down | |
resize_left = <Primary><Shift><Alt>Left | |
resize_right = <Primary><Shift><Alt>Right | |
[profiles] | |
[[default]] | |
background_darkness = 0.75 | |
background_type = transparent | |
font = Ubuntu Mono 20 | |
use_system_font = False | |
[layouts] | |
[[default]] | |
[[[window0]]] | |
type = Window | |
parent = "" | |
[[[child1]]] | |
type = Terminal | |
parent = window0 | |
profile = default | |
[plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment