diff options
| Commit | 9e542cde7fba85995fa5990de75c2b010aea7cc9 (patch ) | |
|---|---|---|
| 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 |
| Files | feac2f8b26d42eb25d07ed9fdd59bd35aaf20c06 | |
| dotfiles-9e542cde7fba85995fa5990de75c2b010aea7cc9.tar dotfiles-9e542cde7fba85995fa5990de75c2b010aea7cc9.tar.gz dotfiles-9e542cde7fba85995fa5990de75c2b010aea7cc9.zip | ||
| Parent | 144068381c51538eb476d80722d3fb9c63e82a1d (diff) | |
(1) Added a custom command that opens nemo in terminator
1 files changed, 6 insertions, 0 deletions
| -rw-r--r-- | .config/terminator/config | 6 |
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 |
