diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-06-09 16:51:39 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-06-09 16:51:39 +0300 |
| commit | ec4ebdedc3532cbd4b1d941a0baaf3c5d9f9627b (patch) | |
| tree | 48a38b94c0cce3843eb3113aacafc2fe8e91f1a8 /.config/terminator/config | |
| parent | c8cae603cc27c608fd03f2de6445826edd52ba01 (diff) | |
| download | dotfiles-ec4ebdedc3532cbd4b1d941a0baaf3c5d9f9627b.tar dotfiles-ec4ebdedc3532cbd4b1d941a0baaf3c5d9f9627b.tar.gz dotfiles-ec4ebdedc3532cbd4b1d941a0baaf3c5d9f9627b.zip | |
Enabled some terminator plugins
Diffstat (limited to '.config/terminator/config')
| -rw-r--r-- | .config/terminator/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/terminator/config b/.config/terminator/config index 30d09bf..1e4eadc 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -1,4 +1,5 @@ [global_config] + enabled_plugins = CommandNotify, CustomCommandsMenu, LaunchpadBugURLHandler, LaunchpadCodeURLHandler, APTURLHandler suppress_multiple_term_dialog = True [keybindings] [profiles] @@ -19,4 +20,5 @@ [[[child1]]] type = Terminal parent = window0 + profile = default [plugins] |
