add dolphinrc file
This commit is contained in:
parent
4e9bbad81d
commit
0be6b40018
3 changed files with 9 additions and 2 deletions
2
configs/dolphinrc
Normal file
2
configs/dolphinrc
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[ContextMenu]
|
||||
ShowOpenTerminal=false
|
||||
|
|
@ -6,5 +6,5 @@ Actions=RunGhosttyDir
|
|||
|
||||
[Desktop Action RunGhosttyDir]
|
||||
Name=Open Ghostty here
|
||||
Icon=ghostty
|
||||
Exec=code %F
|
||||
Icon=com.mitchellh.ghostty
|
||||
Exec=ghostty +new-window --working-directory="%F"
|
||||
Reference in a new issue