Skip to content

Instantly share code, notes, and snippets.

@jceloi
Created October 17, 2016 08:32
Show Gist options
  • Save jceloi/65a4766d90726bd4a584ee5e6f385b70 to your computer and use it in GitHub Desktop.
Save jceloi/65a4766d90726bd4a584ee5e6f385b70 to your computer and use it in GitHub Desktop.
Gnome terminator config with todo.txt
[global_config]
enabled_plugins = CustomCommandsMenu, TerminalShot
hide_from_taskbar = True
tab_position = bottom
borderless = True
[keybindings]
hide_window = <Primary><Shift><Alt>F10
[profiles]
[[default]]
background_image = None
autoclean_groups = False
background_darkness = 0.94
background_type = transparent
split_to_group = True
scrollback_infinite = True
[layouts]
[[default]]
[[[child0]]]
position = 37:34
type = Window
order = 0
parent = ""
size = 1242, 988
[[[child1]]]
position = 497
type = VPaned
order = 0
parent = child0
[[[child3]]]
position = 621
type = HPaned
order = 1
parent = child1
[[[child5]]]
position = 242
type = VPaned
order = 1
parent = child3
[[[terminal2]]]
profile = default
type = Terminal
order = 0
parent = child1
[[[terminal4]]]
profile = default
type = Terminal
order = 0
parent = child3
[[[terminal7]]]
profile = default
command = "watch -n 30 -c -t 'todo ls'"
type = Terminal
order = 1
parent = child5
[[[terminal6]]]
profile = default
type = Terminal
order = 0
parent = child5
[plugins]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment