diff options
| -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 |
