diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-08-29 16:24:52 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-08-29 16:24:52 +0300 |
| commit | 9e542cde7fba85995fa5990de75c2b010aea7cc9 (patch) | |
| tree | feac2f8b26d42eb25d07ed9fdd59bd35aaf20c06 /.config/terminator/config | |
| parent | 144068381c51538eb476d80722d3fb9c63e82a1d (diff) | |
| download | dotfiles-9e542cde7fba85995fa5990de75c2b010aea7cc9.tar dotfiles-9e542cde7fba85995fa5990de75c2b010aea7cc9.tar.gz dotfiles-9e542cde7fba85995fa5990de75c2b010aea7cc9.zip | |
(1) Added a custom command that opens nemo in terminator
Diffstat (limited to '.config/terminator/config')
| -rw-r--r-- | .config/terminator/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/terminator/config b/.config/terminator/config index 4bf406d..3d79750 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -24,3 +24,9 @@ parent = window0 profile = default [plugins] + [[CustomCommandsMenu]] + [[[Open in Nemo]]] + enabled = True + name = Open in Nemo + command = (nemo ./ > /dev/null 2>&1 &) + position = 0 |
