Created
September 3, 2017 21:36
-
-
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/`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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