Skip to content

Instantly share code, notes, and snippets.

@gvsrepins
Created August 19, 2017 14:54
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save gvsrepins/fe32b0861c1133c6278e8668d2c470ea to your computer and use it in GitHub Desktop.
Save gvsrepins/fe32b0861c1133c6278e8668d2c470ea to your computer and use it in GitHub Desktop.
Terminator config to act like Guake terminal
[global_config]
always_on_top = True
borderless = True
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
sticky = True
tab_position = bottom
[keybindings]
hide_window = F12
[layouts]
[[default]]
[[[child0]]]
order = 0
parent = ""
position = 0:24
size = 1679, 298
type = Window
[[[child1]]]
order = 0
parent = child0
position = 839
type = HPaned
[[[terminal2]]]
order = 0
parent = child1
profile = default
type = Terminal
[[[terminal3]]]
order = 1
parent = child1
profile = default
type = Terminal
[[original]]
[[[child1]]]
parent = window0
profile = default
type = Terminal
[[[window0]]]
order = 0
parent = ""
type = Window
[plugins]
[profiles]
[[default]]
background_darkness = 0.75
background_image = None
background_type = transparent
foreground_color = "#ffffff"
icon_bell = False
show_titlebar = False
@gvsrepins
Copy link
Author

On ubuntu, save this config in: ~/.config/terminator/config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment