Add/Replace Gnome Menu Options
Want to replace the =Open in Terminal= with =Open in Alacritty= (or any other terminal)?
What you need:
FileManager Actions
through:1
sudo pacman -S filemanager-actions
Steps
Install the
FileManager Actions
.Launch the application and define a new action.
Select display item for both
selection
andlocation
in context menu.Action Tab
settings: a.Context label
: the text of the action which will appear in the context menu.Command Tab
settings: a.Path
:/usr/bin/alacritty
(replace alacritty with your terminal of choice.) b.Parameters
:--working-directory=%d/%b
Save the newly created action!