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]
|
[Desktop Action RunGhosttyDir]
|
||||||
Name=Open Ghostty here
|
Name=Open Ghostty here
|
||||||
Icon=ghostty
|
Icon=com.mitchellh.ghostty
|
||||||
Exec=code %F
|
Exec=ghostty +new-window --working-directory="%F"
|
||||||
|
|
@ -6,6 +6,11 @@
|
||||||
|
|
||||||
".local/share/kio/servicemenus/open-with-code.desktop".source = ../../../configs/services-menu/open-with-code.desktop;
|
".local/share/kio/servicemenus/open-with-code.desktop".source = ../../../configs/services-menu/open-with-code.desktop;
|
||||||
".local/share/kio/servicemenus/open-ghostty-here.desktop".source = ../../../configs/services-menu/open-ghostty-here.desktop;
|
".local/share/kio/servicemenus/open-ghostty-here.desktop".source = ../../../configs/services-menu/open-ghostty-here.desktop;
|
||||||
|
|
||||||
|
".config/dolphinrc" = {
|
||||||
|
force = true;
|
||||||
|
source = ../../../configs/dolphinrc
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
|
|
|
||||||
Reference in a new issue