From 4a8a8c18a51639da0b4ab106892a5d4a2fc14495 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Thu, 15 Jun 2023 18:20:13 -0400 Subject: [PATCH] unsafe --- configs/shell/profile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configs/shell/profile b/configs/shell/profile index eedc632..06ef4e4 100644 --- a/configs/shell/profile +++ b/configs/shell/profile @@ -123,6 +123,7 @@ ex=🎯:\ *.java=♨:\ " -if [[ -z $WAYLAND_DISPLAY && $(tty) = "/dev/tty1" ]]; then - exec river -fi +# Unsafe +# if [[ -z $WAYLAND_DISPLAY && $(tty) = "/dev/tty1" ]]; then +# exec river +# fi