How to fix Neovim disappearing when launching a program. #617
palmerusaf
started this conversation in
General
Replies: 2 comments 2 replies
-
Thank you for posting and sharing I have moved to Hyprland-Dots since this is the main repo for the Dots. Im gonna pin it as well |
Beta Was this translation helpful? Give feedback.
0 replies
-
you can also btw comment out this regex kitty line |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to post this here in case anyone else ran into this problem. If you launch a GUI app from the terminal this config is setup to automatically hide the terminal. While this is a nice feature it can be problematic if you're launching GUI apps from a terminal based editor. The fix is simple. Just go to .config > hypr > UserConfigs > UserSettings.conf. Then find the line that says
enable_swallow = true
. It should be in themisc
block. Either comment it out or set it to false. There's probably a way to keep this feature but prevent it from executing on Neovim terminals with the regex.Beta Was this translation helpful? Give feedback.
All reactions