Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save robobenklein/b9eabb84ab439827b741cfba775caf21 to your computer and use it in GitHub Desktop.
Save robobenklein/b9eabb84ab439827b741cfba775caf21 to your computer and use it in GitHub Desktop.
Nautilus open terminator via right click, put this in `.local/share/file-manager/actions/`
[Desktop Entry]
Type=Action
TargetLocation=true
TargetContext=false
ToolbarLabel[en_US]=Terminator
ToolbarLabel[en]=Terminator
ToolbarLabel[C]=Terminator
Name[en_US]=Terminator
Name[en]=Terminator
Name[C]=Terminator
Profiles=profile-zero;
[X-Action-Profile profile-zero]
Exec=/usr/bin/terminator --working-directory=%d/%b
Name[en_US]=Default profile
Name[en]=Default profile
Name[C]=Default profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment