From 9e542cde7fba85995fa5990de75c2b010aea7cc9 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 29 Aug 2021 16:24:52 +0300 Subject: (1) Added a custom command that opens nemo in terminator --- .config/terminator/config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.config') 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 -- cgit v1.2.3