From 4f1243f88f23924a58df9ddc19ffc998d07f0e6d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 5 Oct 2023 11:32:36 +0200 Subject: bash: Don’t fork neovide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that Hyprland does window swallowing for all child processes of my terminal (foot), we need to avoid neovide forking off from the parent automatically so that Hyprland can properly swallow the terminal. --- .bashrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 522f79e..eb2bf20 100644 --- a/.bashrc +++ b/.bashrc @@ -78,6 +78,7 @@ alias ls='ls --color=auto' alias sl='sl -ac5' alias sv=sudoedit alias v="$VISUAL" +alias nv='neovide --nofork' PS1='\[\e[96;1m\]\u \[\e[39m\]\W \[\e[96m\]〉\[\e[0m\]' -- cgit v1.2.3