-
This is not really an issue about the shell but it is closely related to the dots so I hope this won't be the wrong place to ask. Whenever I launch an app that uses the terminal (Meaning Terminal = true on .desktop files) xdg-terminal-exec opens foot without getting the color sequences from config.fish. For example launching btop or yazi doesn't use ~/.local/state/caelestia/sequences.txt as from my understanding foot never reaches config.fish the command: xdg-terminal-exec fish -C yazi (This opens yazi with the correct color scheme) I think the launcher runs the second command, and I have no idea how it would run the first one. I have unsuccessfully wasted 4 hours of my life troubleshooting this. Please end my suffering. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is an unavoidable issue as the colours are sourced on fish startup not foot startup. It isn't really possible to make foot source the colours on startup sadly. The solution for this is just to run terminal apps with |
Beta Was this translation helpful? Give feedback.
-
I'll try to fix this in a bit (the fix will only apply to apps opened via the launcher though) |
Beta Was this translation helpful? Give feedback.
I'll try to fix this in a bit (the fix will only apply to apps opened via the launcher though)