diff options
| author | Andrej Daskalov <andrej.daskalov@gmail.com> | 2024-11-28 23:33:35 +0100 |
|---|---|---|
| committer | Andrej Daskalov <andrej.daskalov@gmail.com> | 2024-11-28 23:41:55 +0100 |
| commit | 62fe3eb652f99437aa12448cbe24b0db149c924b (patch) | |
| tree | 3314aa37605383f9d810aa5bdab059f9c83b8522 /dist/linux | |
| parent | 873ebc368c2be4a25816f08d3cbd4a6c3886a069 (diff) | |
added right click action for plasma
Diffstat (limited to 'dist/linux')
| -rw-r--r-- | dist/linux/ghostty_dolphin.desktop | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dist/linux/ghostty_dolphin.desktop b/dist/linux/ghostty_dolphin.desktop new file mode 100644 index 000000000..da46f6286 --- /dev/null +++ b/dist/linux/ghostty_dolphin.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Type=Service +ServiceTypes=KonqPopupMenu/Plugin +MimeType=inode/directory +Actions=RunGhosttyDir + +[Desktop Action RunGhosttyDir] +Name=Open Ghostty Here +Icon=com.mitchellh.ghostty +Exec=cd %F && ghostty + |
